From af623e056c874ecb61fb18f6d12a75a7bb3e76cc Mon Sep 17 00:00:00 2001 From: Max Semenik Date: Sat, 7 Aug 2010 07:38:05 +0000 Subject: [PATCH] Not implemented != deprecated --- includes/db/DatabaseIbm_db2.php | 2 -- 1 file changed, 2 deletions(-) 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; } -- 2.20.1