--- mcore-src/trunk/mcore-tools/src/modules/citrix/storefront.control.class.in 2020/08/14 08:42:00 2870 +++ mcore-src/trunk/mcore-tools/src/modules/citrix/storefront.control.class.in 2020/08/14 08:42:21 2871 @@ -70,7 +70,7 @@ values=$(mysqldo "select id from cfg_sessions_storefront where serial='${serial}';") for id in ${values} do - evaluate_table_xml cfg_sessions_storefront "where serial='${serial}'" + evaluate_table_xml cfg_sessions_storefront "where id='${id}'" if [[ -z ${cfg_sessions_storefront_session} ]] then eecho "Session must not be empty id->'${id}'" @@ -143,7 +143,7 @@ values=$(mysqldo "select id from cfg_storefront_store where serial='${serial}';") for id in ${values} do - evaluate_table_xml cfg_storefront_store "where serial='${serial}'" + evaluate_table_xml cfg_storefront_store "where id='${id}'" if [[ -z ${cfg_storefront_store_store} ]] then eecho "Store must not be empty id->'${id}'"