Browse Source

Merge pull request #464 from Antes/sql

Apostrophe causing error (after upgrade).
Matthew K. 11 years ago
parent
commit
d620e3a33e
3 changed files with 3 additions and 3 deletions
  1. 1 1
      other/upgrade_2-1_mysql.sql
  2. 1 1
      other/upgrade_2-1_postgresql.sql
  3. 1 1
      other/upgrade_2-1_sqlite.sql

+ 1 - 1
other/upgrade_2-1_mysql.sql

@@ -269,7 +269,7 @@ if (@$modSettings['smfVersion'] < '2.1')
 			VALUES
 				" . implode(',', $inserts));
 
-	// Next we find people who can send PM's, and assume they can save pm_drafts as well
+	// Next we find people who can send PMs, and assume they can save pm_drafts as well
 	$request = upgrade_query("
 		SELECT id_group, add_deny, permission
 		FROM {$db_prefix}permissions

+ 1 - 1
other/upgrade_2-1_postgresql.sql

@@ -323,7 +323,7 @@ if (@$modSettings['smfVersion'] < '2.1')
 			VALUES
 				" . implode(',', $inserts));
 
-	// Next we find people who can send PM's, and assume they can save pm_drafts as well
+	// Next we find people who can send PMs, and assume they can save pm_drafts as well
 	$request = upgrade_query("
 		SELECT id_group, add_deny, permission
 		FROM {$db_prefix}permissions

+ 1 - 1
other/upgrade_2-1_sqlite.sql

@@ -307,7 +307,7 @@ if (@$modSettings['smfVersion'] < '2.1')
 			VALUES
 				" . implode(',', $inserts));
 
-	// Next we find people who can send PM's, and assume they can save pm_drafts as well
+	// Next we find people who can send PMs, and assume they can save pm_drafts as well
 	$request = upgrade_query("
 		SELECT id_group, add_deny, permission
 		FROM {$db_prefix}permissions