From: Max Semenik Date: Tue, 23 Nov 2010 14:30:01 +0000 (+0000) Subject: Fixed another wrong function name X-Git-Tag: 1.31.0-rc.0~33763 X-Git-Url: http://git.cyclocoop.org/data/%24oldEdit?a=commitdiff_plain;h=75362906ca602576d49fb41552c4a5363704bc34;p=lhc%2Fweb%2Fwiklou.git Fixed another wrong function name --- diff --git a/includes/db/DatabaseIbm_db2.php b/includes/db/DatabaseIbm_db2.php index b259be675a..a3a6829b77 100644 --- a/includes/db/DatabaseIbm_db2.php +++ b/includes/db/DatabaseIbm_db2.php @@ -753,7 +753,7 @@ EOF; function makeList( $a, $mode = LIST_COMMA ) { if ( !is_array( $a ) ) { throw new DBUnexpectedError( $this, - 'DatabaseBase::makeList called with incorrect parameters' ); + 'DatabaseIbm_db2::makeList called with incorrect parameters' ); } // if this is for a prepared UPDATE statement