|
From: Jochen M. <ml...@om...> - 2004-01-04 20:46:06
|
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/
|