X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=themes%2Fcolor_theme_to_css.php;h=f1e8b8442f89460ba35650805a17cf6363eae6e1;hb=67dc67bb135452d886e75326421145376a3c5e50;hp=b01e54a9526eaafa48e309ca6576af15bbe14854;hpb=7e2ddf11abed8b8a93bc437fde95cfeba987a091;p=squirrelmail.git diff --git a/themes/color_theme_to_css.php b/themes/color_theme_to_css.php index b01e54a9..f1e8b844 100755 --- a/themes/color_theme_to_css.php +++ b/themes/color_theme_to_css.php @@ -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";