]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-theme_check.php
Simplified some more code:
[mailer.git] / inc / modules / admin / what-theme_check.php
index 019a1bf6baf1ac4895c8f1ffdce68ef1184b32e1..153d93a3a468d14ebef659380640f33a251e51d6 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
  * Mailer v0.2.1-FINAL                                Start: 03/22/2004 *
- * ================                             Last change: 12/13/2004 *
+ * ===================                          Last change: 12/13/2004 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : what-extentions.php                              *
@@ -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 *
@@ -88,7 +89,7 @@ if (($response[count($response) - 1] == '[EOF]') && ($response[0] != '[EOF]')) {
                                // Extract language strings from reponse
                                $langDummy = explode('[nl]', $response[$idx + 4]);
                                $languages = array();
-                               $themeInfo = getMessage('ADMIN_EXT_NO_INFO_FOUND');
+                               $themeInfo = getMessage('ADMIN_EXTENSION_NO_INFO_FOUND');
 
                                // Trim every data line
                                foreach ($langDummy as $k => $v) {