--- mcore-src/trunk/mcore-tools/src/modules/fluxbox/fluxbox.control.class.in 2016/02/11 14:18:05 2770 +++ mcore-src/trunk/mcore-tools/src/modules/fluxbox/fluxbox.control.class.in 2020/08/14 08:43:19 2873 @@ -61,7 +61,7 @@ values=$(mysqldo "select id from cfg_fluxbox_menuitem where serial='${serial}';") for id in ${values} do - evaluate_table_xml cfg_fluxbox_menuitem "where serial='${serial}'" + evaluate_table_xml cfg_fluxbox_menuitem "where id='${id}'" if [[ -z ${cfg_fluxbox_menuitem_name} ]] then eecho "Name must not be empty id->'${id}'" @@ -141,7 +141,7 @@ values=$(mysqldo "select id from cfg_fluxbox_autostart where serial='${serial}';") for id in ${values} do - evaluate_table_xml cfg_fluxbox_autostart "where serial='${serial}'" + evaluate_table_xml cfg_fluxbox_autostart "where id='${id}'" if [[ -z ${cfg_fluxbox_autostart_name} ]] then eecho "Name must not be empty id->'${id}'"