Ticket #3156: patch.diff
File patch.diff, 430 bytes (added by , 19 years ago) |
---|
-
wp-db.php
213 213 $this->func_call = "\$db->get_row(\"$query\",$output,$y)"; 214 214 if ( $query ) 215 215 $this->query($query); 216 217 if ( !isset($this->last_result[$y]) ) 218 return null; 216 219 217 220 if ( $output == OBJECT ) { 218 221 return $this->last_result[$y] ? $this->last_result[$y] : null;