Page MenuHomePhabricator

LinksUpdate.php.patch

Authored By
bzimport
Nov 21 2014, 8:01 PM
Size
711 B
Referenced Files
None
Subscribers
None

LinksUpdate.php.patch

Index: includes/LinksUpdate.php
===================================================================
RCS file: /cvsroot/wikipedia/phase3/includes/LinksUpdate.php,v
retrieving revision 1.34
diff -u -r1.34 LinksUpdate.php
--- includes/LinksUpdate.php 24 Oct 2004 07:10:32 -0000 1.34
+++ includes/LinksUpdate.php 1 Jan 2005 15:51:12 -0000
@@ -163,7 +163,7 @@
$nt->invalidateCache();
array_push($arr,array(
'cl_from'=>$this->mId,
- 'cl_to'=>$dbw->strencode( $cname ),
+ 'cl_to'=>$cname, //already encoded for db (temporary hack)
'cl_sortkey'=>$dbw->strencode( $sortkey )));
}
$dbw->insert('categorylinks',$arr,$fname,array('IGNORE'));

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1299
Default Alt Text
LinksUpdate.php.patch (711 B)

Event Timeline