fixed phpdoc formating
[squirrelmail.git] / themes / color_theme_to_css.php
index b01e54a9526eaafa48e309ca6576af15bbe14854..f1e8b8442f89460ba35650805a17cf6363eae6e1 100755 (executable)
@@ -26,6 +26,7 @@
  * @since 1.5.2
  */
 
+/** make sure that first command line argument is set */
 if (empty($argv[1])) {
     echo "Please provide the path to the file containing the \$color theme you\n" .
          "wish to convert to a stylesheet.\n\n";