X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=themes%2Fcolor_theme_to_css.php;h=4b5bd63c6723c6aeef5022aa0fa431fae7b221f7;hp=b01e54a9526eaafa48e309ca6576af15bbe14854;hb=d0d984baacb45716828c7473bd4dc79b4e12208d;hpb=7e2ddf11abed8b8a93bc437fde95cfeba987a091 diff --git a/themes/color_theme_to_css.php b/themes/color_theme_to_css.php old mode 100755 new mode 100644 index b01e54a9..4b5bd63c --- a/themes/color_theme_to_css.php +++ b/themes/color_theme_to_css.php @@ -17,7 +17,7 @@ * * /path/to/squirrelmail/templates/theme_to_css.php /path/to/mytheme.php > my_theme.css * - * @copyright © 1999-2006 The SquirrelMail Project Team + * @copyright 1999-2012 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail @@ -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";