Index: trunk/phase3/includes/db/DatabaseIbm_db2.php |
— | — | @@ -753,7 +753,7 @@ |
754 | 754 | function makeList( $a, $mode = LIST_COMMA ) { |
755 | 755 | if ( !is_array( $a ) ) { |
756 | 756 | throw new DBUnexpectedError( $this, |
757 | | - 'DatabaseBase::makeList called with incorrect parameters' ); |
| 757 | + 'DatabaseIbm_db2::makeList called with incorrect parameters' ); |
758 | 758 | } |
759 | 759 | |
760 | 760 | // if this is for a prepared UPDATE statement |