Changeset 16321
- Timestamp:
- 11/12/2010 10:40:43 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/wp-db.php
r16320 r16321 1016 1016 */ 1017 1017 function flush() { 1018 @mysql_free_result( $this->_mysql_last_result ); 1018 if ( is_resource( $this->_mysql_last_result ) ) 1019 mysql_free_result( $this->_mysql_last_result ); 1019 1020 $this->col_info = null; 1020 1021 $this->last_query = null;
Note: See TracChangeset
for help on using the changeset viewer.