]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-safe.php
MySQLi requires at least a link resource for all its functions/methods
[mailer.git] / inc / extensions / ext-safe.php
index 814d62735adbb7adbb1e635df4b9dfbae2ba2731..202ddb98be37702f8290a511358df43146c9b79d 100644 (file)
@@ -17,7 +17,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2013 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -51,7 +51,7 @@ setExtensionVersionHistory(array('0.0.0'));
 enableExtensionProductive(FALSE);
 
 switch (getExtensionMode()) {
-       case 'register': // Do stuff when installation is running
+       case 'setup': // Do stuff when installation is running
                // SQL commands to run
                break;