CFGMENU let add new menu or modify them

This commit is contained in:
Dany De Bontridder 2011-12-07 13:29:40 +00:00
parent e297a14336
commit f4bb98135f
9 changed files with 247 additions and 27 deletions

View file

@ -33,7 +33,7 @@ $ame_code_dep=$cn->make_array("
UNION ALL
select me_code,me_code||' '||me_menu||' '||coalesce(me_description,'') from menu_ref
where
me_code='EXTENSION'
me_code='EXT'
order by 1
",1);
$ame_code=$cn->make_array("