Exemple #1
0
 function getIndentedOptions_withNull($selected_value = null)
 {
     static $mapselect = false;
     if (!$mapselect) {
         $mapselect =& ContentMap_Select::instance();
     }
     return $mapselect->indentedOptions_withNull($selected_value);
 }