From b0039af41f1e86cef24dcc09a1391a61ee47b532 Mon Sep 17 00:00:00 2001 From: hawk__ Date: Tue, 2 Feb 2010 13:16:16 +0000 Subject: [PATCH] Correction d'une erreur de typo git-svn-id: https://plugins.svn.wordpress.org/postgresql-for-wordpress/trunk@201029 b8457f37-d9ea-0310-8a92-e5e31aec5664 --- pg4wp/driver_pgsql.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pg4wp/driver_pgsql.php b/pg4wp/driver_pgsql.php index fbc9834..5837cb5 100644 --- a/pg4wp/driver_pgsql.php +++ b/pg4wp/driver_pgsql.php @@ -158,7 +158,7 @@ $sql = str_replace( 'USE INDEX (comment_date_gmt)', '', $sql); // HB : timestamp fix for permalinks - $sql = str_replace( 'post_date_gmt > 1970', 'post_date_gmt > to_timestamp (\‘1970\')', $sql); + $sql = str_replace( 'post_date_gmt > 1970', 'post_date_gmt > to_timestamp (\'1970\')', $sql); // ZdMultiLang support hacks $sql = preg_replace( '/post_type="([^"]+)"/', 'post_type=\'$1\'', $sql);