Plugin Directory

Changeset 557852


Ignore:
Timestamp:
06/14/2012 09:39:23 AM (14 years ago)
Author:
hawk__
Message:

Removed an old unused upgrade hack

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postgresql-for-wordpress/trunk/pg4wp/driver_pgsql.php

    r557841 r557852  
    301301            $sql = preg_replace( $pattern, ' "$1" =', $sql);
    302302           
    303             // WP 2.6.1 => 2.8 upgrade, removes a PostgreSQL error but there are some remaining
    304             $sql = str_replace( "post_date = '0000-00-00 00:00:00'", "post_date IS NULL", $sql);
    305            
    306303            // This will avoid modifications to anything following ' SET '
    307304            list($sql,$end) = explode( ' SET ', $sql, 2);
Note: See TracChangeset for help on using the changeset viewer.