Magellan Linux

Diff of /trunk/core/include/mozilla.sminc

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

revision 2862 by niro, Sun Jul 12 16:38:04 2009 UTC revision 2863 by niro, Sun Jul 12 16:43:44 2009 UTC
# Line 95  msetpref() Line 95  msetpref()
95    
96   # check for "false" or "true" -> no escaping   # check for "false" or "true" -> no escaping
97   elif [[ ${value} = false ]] || [[ ${value} = true ]]   elif [[ ${value} = false ]] || [[ ${value} = true ]]
98     then
99   value="${value}"   value="${value}"
100    
101   # all other values needs escaping   # all other values needs escaping

Legend:
Removed from v.2862  
changed lines
  Added in v.2863