Jump to content

Some (BUG?) in 2.3.1 function do_update()

Featured Replies

Posted

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()

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!

Fixed. In the future use the bug tracker please.

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.