out.lov Posted September 17, 2007 Share Posted September 17, 2007 Well...in class_db_mysql_client.php --> function do_update() if ( ! $this->obj['use_shutdown'] ) { $this->is_shutdown = 1; $return = $this->query( $query ); $this->no_prefix_convert = 0; $this->is_shutdown = 0; return $return; } in class_db_mysqli_client.php --> function do_update() if ( ! $this->obj['use_shutdown'] ) { $this->is_shutdown = 1; $return = $this->query( $query ); $this->no_prefix_convert = 0; $this->is_shutdown = 1; return $return; }(?) What about $this->is_shutdown = 1; in class_db_mysqli_client.php --> function do_update() Link to comment Share on other sites More sharing options...
Will L. Posted September 17, 2007 Share Posted September 17, 2007 Do you need technical support?You can obtain support via the client area, or you can try to obtain peer-to-peer support at IPS Beyond.Did you find a bug in IP.Board?If you believe you've found a bug please post it to the bug tracker.Have a suggestion or feedback?Post it here. Thanks! Link to comment Share on other sites More sharing options...
bfarber Posted September 18, 2007 Share Posted September 18, 2007 Fixed. In the future use the bug tracker please. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.