X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Foptions.php;h=7b60af67ea5b414d51ad394437ac07a85b677bf0;hb=991c88e71dc934df78cc7db33bceac29e0343c98;hp=747d85e432993df951abd609b080be57a14b4fb0;hpb=6c99d1de81366bceab6c9d6cf12179eedc81f9bc;p=squirrelmail.git diff --git a/functions/options.php b/functions/options.php index 747d85e4..7b60af67 100644 --- a/functions/options.php +++ b/functions/options.php @@ -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)) {