Changeset 9204
- Timestamp:
- 10/16/2008 07:54:00 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/wp-db.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/wp-db.php
r9199 r9204 618 618 } 619 619 620 if ( preg_match("/^\\s*(insert|delete|update|replace ) /i",$query) ) {620 if ( preg_match("/^\\s*(insert|delete|update|replace|alter) /i",$query) ) { 621 621 $this->rows_affected = mysql_affected_rows($this->dbh); 622 622 // Take note of the insert_id
Note: See TracChangeset
for help on using the changeset viewer.