@@ -588,7 +588,7 @@ discard block |
||
588 | 588 | $this->_mbenc = mb_internal_encoding(); |
589 | 589 | mb_internal_encoding ( "latin1" ); |
590 | 590 | } |
591 | - } |
|
591 | + } |
|
592 | 592 | |
593 | 593 | /// leave mbstring workaround mode |
594 | 594 | function _MBPop () |
@@ -1037,9 +1037,9 @@ discard block |
||
1037 | 1037 | |
1038 | 1038 | /// clear all attribute value overrides (for multi-queries) |
1039 | 1039 | function ResetOverrides () |
1040 | - { |
|
1041 | - $this->_overrides = array (); |
|
1042 | - } |
|
1040 | + { |
|
1041 | + $this->_overrides = array (); |
|
1042 | + } |
|
1043 | 1043 | |
1044 | 1044 | function ResetQueryFlag () |
1045 | 1045 | { |
@@ -1772,7 +1772,7 @@ discard block |
||
1772 | 1772 | |
1773 | 1773 | function Status ($session=false) |
1774 | 1774 | { |
1775 | - assert ( is_bool($session) ); |
|
1775 | + assert ( is_bool($session) ); |
|
1776 | 1776 | |
1777 | 1777 | $this->_MBPush (); |
1778 | 1778 | if (!( $fp = $this->_Connect() )) |