]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-repair_refs.php
Even more www. removed
[mailer.git] / inc / modules / admin / what-repair_refs.php
index fd567dd7d1676fa7e19f23ac451a02ab92aa186b..1fa03431b82485917edc8f29381f7fb1cb46b351 100644 (file)
@@ -17,7 +17,7 @@
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
  * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
- * For more information visit: http://www.mxchange.org                  *
+ * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
  * it under the terms of the GNU General Public License as published by *
@@ -43,6 +43,13 @@ if ((!defined('__SECURITY')) || (!isAdmin())) {
 // Add description as navigation point
 addYouAreHereLink('admin', __FILE__);
 
+// Extension ext-user must be at least v0.4.4
+if (isExtensionInstalledAndOlder('user', '0.4.4')) {
+       // Display outdated-message and exit
+       displayMessage(generateExtensionOutdatedMessage('user', '0.4.4'));
+       return;
+} // END - if
+
 // Just include fix_refsystem.php again
 loadIncludeOnce('inc/fix_refsystem.php');