Plugin Directory

Changeset 544614


Ignore:
Timestamp:
05/15/2012 07:19:51 PM (14 years ago)
Author:
hawk__
Message:

Enhanced the ignore for unexisting relations when installing

File:
1 edited

Legend:

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

    r544607 r544614  
    137137            {
    138138                global $table_prefix;
    139                 $ignore = strpos($err, 'relation "'.$table_prefix.'options"');
     139                $ignore = strpos($err, 'relation "'.$table_prefix);
    140140            }
    141141            if( ! $ignore )
Note: See TracChangeset for help on using the changeset viewer.