Changeset 557852
- Timestamp:
- 06/14/2012 09:39:23 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
postgresql-for-wordpress/trunk/pg4wp/driver_pgsql.php
r557841 r557852 301 301 $sql = preg_replace( $pattern, ' "$1" =', $sql); 302 302 303 // WP 2.6.1 => 2.8 upgrade, removes a PostgreSQL error but there are some remaining304 $sql = str_replace( "post_date = '0000-00-00 00:00:00'", "post_date IS NULL", $sql);305 306 303 // This will avoid modifications to anything following ' SET ' 307 304 list($sql,$end) = explode( ' SET ', $sql, 2);
Note: See TracChangeset
for help on using the changeset viewer.