]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-refback.php
'assigned_admin' and 'userid' can now be NULL
[mailer.git] / inc / extensions / ext-refback.php
index 8a46e266b7bec202c6a3664a40e46cbcd9e93774..aca491b1bbc00a3cfd210378bc0f7ae92a10239e 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 *
@@ -90,7 +90,7 @@ switch (getExtensionMode()) {
                                break;
 
                        case '0.0.3': // SQL queries for v0.0.3
-                               addExtensionSql("INSERT INTO `{?_MYSQL_PREFIX?}_points_data` (`subject`, `column_name`, `locked_mode`, `payment_method`) VALUES ('refback','points','LOCKED','DIRECT')");
+                               addExtensionSql("INSERT INTO `{?_MYSQL_PREFIX?}_points_data` (`subject`,`column_name`,`locked_mode`,`payment_method`) VALUES ('refback','points','LOCKED','DIRECT')");
 
                                // This depends on ext-sql_patches
                                addExtensionDependency('sql_patches');