]> git.mxchange.org Git - mailer.git/blobdiff - css.php
Rewrites to fix cache class
[mailer.git] / css.php
diff --git a/css.php b/css.php
index 608c11e38727bfa9a7a49486b25e697ceedd78e4..e271b11ecabc3a3ba07d071a2390656f0f399a91 100644 (file)
--- a/css.php
+++ b/css.php
@@ -17,7 +17,7 @@
  * Needs to be in all Files and every File needs "svn propset           *
  * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
- * Copyright (c) 2003 - 2008 by Roland Haeder                           *
+ * Copyright (c) 2003 - 2009 by Roland Haeder                           *
  * For more information visit: http://www.mxchange.org                  *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -50,7 +50,7 @@ $GLOBALS['module'] = 'css';
 require('inc/config-global.php');
 
 // Set header
-sendHeader('Content-type: text/css');
+setContentType('text/css');
 
 // Load header
 loadIncludeOnce('inc/header.php');