Browse Source

! We don't use these queries any more, don't need their query-specific replacements either.

Signed-off-by: Peter Spicer <sleeping@myperch.org>
Peter Spicer 11 years ago
parent
commit
e485bfba29
1 changed files with 0 additions and 6 deletions
  1. 0 6
      Sources/Subs-Db-postgresql.php

+ 0 - 6
Sources/Subs-Db-postgresql.php

@@ -279,9 +279,6 @@ function smf_db_query($identifier, $db_string, $db_values = array(), $connection
 		'alter_table_icons' => array(
 			'~(.+)~' => '',
 		),
-		'alter_table_smileys' => array(
-			'~(.+)~' => '',
-		),
 		'alter_table_spiders' => array(
 			'~(.+)~' => '',
 		),
@@ -345,9 +342,6 @@ function smf_db_query($identifier, $db_string, $db_values = array(), $connection
 		'profile_board_stats' => array(
 			'~COUNT\(\*\) \/ MAX\(b.num_posts\)~' => 'CAST(COUNT(*) AS DECIMAL) / CAST(b.num_posts AS DECIMAL)',
 		),
-		'set_smiley_order' => array(
-			'~(.+)~' => '',
-		),
 	);
 
 	if (isset($replacements[$identifier]))