From: Max Semenik Date: Sat, 7 Aug 2010 07:38:05 +0000 (+0000) Subject: Not implemented != deprecated X-Git-Tag: 1.31.0-rc.0~35654 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=af623e056c874ecb61fb18f6d12a75a7bb3e76cc;p=lhc%2Fweb%2Fwiklou.git Not implemented != deprecated --- diff --git a/includes/db/DatabaseIbm_db2.php b/includes/db/DatabaseIbm_db2.php index e1adf4aeeb..be3851abbd 100644 --- a/includes/db/DatabaseIbm_db2.php +++ b/includes/db/DatabaseIbm_db2.php @@ -1497,13 +1497,11 @@ EOF; /** * Not implemented * @return string '' - * @deprecated */ public function getStatus( $which="%" ) { $this->installPrint('Not implemented for DB2: getStatus()'); return ''; } /** * Not implemented * @return string $sql - * @deprecated */ public function limitResultForUpdate($sql, $num) { $this->installPrint('Not implemented for DB2: limitResultForUpdate()'); return $sql; }