Skip to content

Commit

Permalink
keep away display_get_post_poster
Browse files Browse the repository at this point in the history
Signed-off-by: albertlast  <albertlast@hotmail.de>
  • Loading branch information
albertlast committed Feb 4, 2016
1 parent 96c3a10 commit b3d5779
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Sources/Subs-Db-postgresql.php
Expand Up @@ -282,9 +282,6 @@ function smf_db_query($identifier, $db_string, $db_values = array(), $connection
'consolidate_spider_stats' => array(
'~MONTH\(log_time\), DAYOFMONTH\(log_time\)~' => 'MONTH(CAST(CAST(log_time AS abstime) AS timestamp)), DAYOFMONTH(CAST(CAST(log_time AS abstime) AS timestamp))',
),
'display_get_post_poster' => array(
'~GROUP BY id_msg\s+HAVING~' => 'AND',
),
'attach_download_increase' => array(
'~LOW_PRIORITY~' => '',
),
Expand Down

0 comments on commit b3d5779

Please sign in to comment.