Changes on 18 August to functions.php were intended to correct issue with the $icon_t...
[squirrelmail.git] / functions / options.php
index 747d85e432993df951abd609b080be57a14b4fb0..7b60af67ea5b414d51ad394437ac07a85b677bf0 100644 (file)
@@ -175,7 +175,7 @@ class SquirrelOption {
         $this->script = '';
         $this->post_script = '';
 
-        /* Check for a current value. */
+        //Check for a current value.  
         if (isset($GLOBALS[$name])) {
             $this->value = $GLOBALS[$name];
         } else if (!empty($initial_value)) {