﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
10607,return variable $new_array in wp-includes/wp-db.php is not initialized,UnderWordPressure,westi,"Concerns ""function get_results($query = null, $output = OBJECT)"".

If the query is valid, but the result is empty the ""return $new_array""
$new_array is uninitialized.

You can see this, if you enable ""error_reporting(E_ALL)"".

""$new_array = array();"" at the begin of the function will solve the error.",defect (bug),closed,normal,3.0,Warnings/Notices,2.8.3,normal,fixed,dev-feedback,
