From: Tim Starling Date: Mon, 11 Jan 2010 00:55:21 +0000 (+0000) Subject: Remove code commented out by r58597 X-Git-Tag: 1.31.0-rc.0~38325 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/bilan.php?a=commitdiff_plain;h=9a420fa8475ac81ce5aa36ccf57d76ea0669d7c8;p=lhc%2Fweb%2Fwiklou.git Remove code commented out by r58597 --- diff --git a/includes/db/DatabaseOracle.php b/includes/db/DatabaseOracle.php index cabc958f80..c857178e73 100644 --- a/includes/db/DatabaseOracle.php +++ b/includes/db/DatabaseOracle.php @@ -999,14 +999,6 @@ class DatabaseOracle extends DatabaseBase { return str_replace( "'", "''", $s ); } -/* - function encodeBlob($b) { - return $b; //new ORABlob($b); - } - function decodeBlob($b) { - return $b; //return $b->load(); - } -*/ function addQuotes( $s ) { global $wgLang; if ( isset( $wgLang->mLoaded ) && $wgLang->mLoaded ) {