mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 12:50:28 +00:00
Trailing whitespace cleanup
git-svn-id: https://develop.svn.wordpress.org/trunk@8600 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -339,12 +339,12 @@ class wpdb {
|
||||
if (!empty($this->collate) )
|
||||
$collation_query .= " COLLATE '{$this->collate}'";
|
||||
}
|
||||
|
||||
|
||||
if ( !empty($collation_query) )
|
||||
$this->query($collation_query);
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
$this->select($dbname);
|
||||
}
|
||||
|
||||
@@ -685,7 +685,7 @@ class wpdb {
|
||||
$wheres[] = "$c = '" . $this->escape( $v ) . "'";
|
||||
else
|
||||
return false;
|
||||
|
||||
|
||||
return $this->query( "UPDATE $table SET " . implode( ', ', $bits ) . ' WHERE ' . implode( ' AND ', $wheres ) );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user