r60914 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r60913‎ | r60914 | r60915 >
Date:00:55, 11 January 2010
Author:tstarling
Status:ok
Tags:
Comment:
Remove code commented out by r58597
Modified paths:
  • /trunk/phase3/includes/db/DatabaseOracle.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/db/DatabaseOracle.php
@@ -999,14 +999,6 @@
10001000 return str_replace( "'", "''", $s );
10011001 }
10021002
1003 -/*
1004 - function encodeBlob($b) {
1005 - return $b; //new ORABlob($b);
1006 - }
1007 - function decodeBlob($b) {
1008 - return $b; //return $b->load();
1009 - }
1010 -*/
10111003 function addQuotes( $s ) {
10121004 global $wgLang;
10131005 if ( isset( $wgLang->mLoaded ) && $wgLang->mLoaded ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r58597removed x-codeBlob functions and modified blob handling acordinglyfreakolowsky18:49, 5 November 2009

Status & tagging log