Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/src/modules/lprng/printing.control.class.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2874 by niro, Thu Sep 17 14:46:59 2015 UTC revision 2875 by niro, Fri Aug 14 08:44:14 2020 UTC
# Line 56  push_config_80_printing_printer() Line 56  push_config_80_printing_printer()
56   values=$(mysqldo "select id from cfg_printers where serial='${serial}';")   values=$(mysqldo "select id from cfg_printers where serial='${serial}';")
57   for id in ${values}   for id in ${values}
58   do   do
59   evaluate_table_xml cfg_printers "where serial='${serial}'"   evaluate_table_xml cfg_printers "where id='${id}'"
60   if [[ -z ${cfg_printers_printer_name} ]]   if [[ -z ${cfg_printers_printer_name} ]]
61   then   then
62   eecho "Name must not be empty id->'${id}'"   eecho "Name must not be empty id->'${id}'"

Legend:
Removed from v.2874  
changed lines
  Added in v.2875