Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F1717
LinksUpdate.php.patch
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
•
bzimport
Nov 21 2014, 8:01 PM
2014-11-21 20:01:23 (UTC+0)
Size
711 B
Referenced Files
None
Subscribers
None
LinksUpdate.php.patch
View Options
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
Details
Attached
Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1299
Default Alt Text
LinksUpdate.php.patch (711 B)
Attached To
Mode
T3201: single quote in category name and other links tables are broken
Attached
Detach File
Event Timeline
Log In to Comment