Remove ancient code that tried to set the default identity to match the FROM header...
[squirrelmail.git] / themes / color_theme_to_css.php
old mode 100755 (executable)
new mode 100644 (file)
index b01e54a..4b5bd63
@@ -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";