]> git.mxchange.org Git - mailer.git/blobdiff - inc/stylesheet.php
Failed SQL queries are now also reported in bug mails, SQL queries improved (more...
[mailer.git] / inc / stylesheet.php
index d77e9c93318db48f5d54adb9bd93d9bb55541c01..12838b3b3392d8bab258b01df89c1a38bad66e1f 100644 (file)
@@ -18,6 +18,7 @@
  * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
+ * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
  * For more information visit: http://www.mxchange.org                  *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -119,7 +120,7 @@ if ((getOutputMode() == 1) || (getConfig('css_php') == 'DIRECT')) {
        }
 
        // Close tag
-       $GLOBALS['page_header'] .= $OUT . '%}" />';
+       $GLOBALS['page_header'] .= $OUT . '%}{%ext,version=sql_patches%}" />';
 }
 
 // [EOF]