Jochen Metzger wrote:
>Hi Joe,
>
>I came across an error in Rene close() method (inc/class_db.php)
>
>Just in beginning of the method, we should add:
> if ( !is_array($this->db) )
> return;
>
>Because otherwice an error occurs when nothing
>is selected in the gui frontend. http://bobserver/bobs/
>
>
Okay, I see it. I'll add that to his patch.
|