Make WordPress Core


Ignore:
Timestamp:
11/19/2006 07:56:05 AM (19 years ago)
Author:
ryan
Message:

Remove trailing spaces and convert spaces to tabs. Props Nazgul. fixes #986

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/wp-db.php

    r4208 r4495  
    9191        global $EZSQL_ERROR;
    9292        if (!$str) $str = mysql_error();
    93         $EZSQL_ERROR[] = 
     93        $EZSQL_ERROR[] =
    9494        array ('query' => $this->last_query, 'error_str' => $str);
    9595
Note: See TracChangeset for help on using the changeset viewer.