Changes on 18 August to functions.php were intended to correct issue with the $icon_t...
[squirrelmail.git] / functions / options.php
index 189f1f714cec8fd6630ad260e47fbae44a06d9a5..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)) {
@@ -734,4 +734,3 @@ function OptionSubmit( $name ) {
 }
 
 // vim: et ts=4
-?>