Make WordPress Core


Ignore:
Timestamp:
09/18/2007 04:32:22 PM (18 years ago)
Author:
ryan
Message:

Add checks for WP_Error. Props filosofo. see #4809

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/upgrade.php

    r6053 r6125  
    993993                        // Add the column list to the index create string
    994994                        $index_string .= ' ('.$index_columns.')';
    995 
     995                        error_log("Index string: $index_string", 0);
    996996                        if(!(($aindex = array_search($index_string, $indices)) === false)) {
    997997                            unset($indices[$aindex]);
Note: See TracChangeset for help on using the changeset viewer.