Magellan Linux

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

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

revision 2565 by niro, Thu Sep 17 09:41:26 2015 UTC revision 2566 by niro, Thu Sep 17 10:09:32 2015 UTC
# Line 83  set_idesk_icon() Line 83  set_idesk_icon()
83   ;;   ;;
84   esac   esac
85    
86     if [[ -z ${name} ]]
87     then
88     eecho "No name given"
89     return 1
90     fi
91    
92   id=$(mysqldo "select id from cfg_idesk_icon where serial='${serial}' and name='${name}';")   id=$(mysqldo "select id from cfg_idesk_icon where serial='${serial}' and name='${name}';")
93   if [[ -n ${id} ]]   if [[ -n ${id} ]]
94   then   then

Legend:
Removed from v.2565  
changed lines
  Added in v.2566