Make WordPress Core


Ignore:
Timestamp:
08/09/2008 05:36:14 AM (17 years ago)
Author:
ryan
Message:

Trailing whitespace cleanup

File:
1 edited

Legend:

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

    r8572 r8600  
    340340                    $collation_query .= " COLLATE '{$this->collate}'";
    341341            }
    342            
     342
    343343            if ( !empty($collation_query) )
    344344                $this->query($collation_query);
    345            
    346         }
    347        
     345
     346        }
     347
    348348        $this->select($dbname);
    349349    }
     
    686686        else
    687687            return false;
    688            
     688
    689689        return $this->query( "UPDATE $table SET " . implode( ', ', $bits ) . ' WHERE ' . implode( ' AND ', $wheres ) );
    690690    }
Note: See TracChangeset for help on using the changeset viewer.