Trimming whitespace and replacing tabs
[squirrelmail.git] / plugins / administrator / options.php
index 3c0313cd86b29ca999e92f161a80c419a9ce1ee0..af2da68200bd5ad207e0e57db69453c747779bab 100644 (file)
@@ -462,7 +462,7 @@ foreach ( $newcfg as $k => $v ) {
             break;
         case SMOPT_TYPE_PATH:
             if (  sqgetGlobalVar($e, $new_v, SQ_POST) ) {
-                // FIXME: fix use of $data_dir in $attachment_dir 
+                // FIXME: fix use of $data_dir in $attachment_dir
                 $v = change_to_sm_path($new_v);
                 $newcfg[$k] = $v;
             }