Changeset 4225
- Timestamp:
- 09/25/06 01:46:22 (2 years ago)
- Files:
-
- branches/2.0/wp-includes/wp-db.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.0/wp-includes/wp-db.php
r4066 r4225 123 123 124 124 function flush() { 125 $this->last_result = null;125 $this->last_result = array(); 126 126 $this->col_info = null; 127 127 $this->last_query = null;
