Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt November 11, 2024
out.lov Posted September 17, 2007 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()
Will L. Posted September 17, 2007 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!
bfarber Posted September 18, 2007 Posted September 18, 2007 Fixed. In the future use the bug tracker please.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.