r83760 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r83759‎ | r83760 | r83761 >
Date:14:37, 12 March 2011
Author:fde
Status:deferred
Tags:
Comment:
Adjusted makeID function;
Modified paths:
  • /trunk/extensions/SemanticProjectManagement/includes/SPM_ProjectManagementClass.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticProjectManagement/includes/SPM_ProjectManagementClass.php
@@ -135,7 +135,7 @@
136136 }
137137
138138 private function makeID($val){
139 - return substr($val,-18);
 139+ return $val;
140140 }
141141
142142 /**

Status & tagging log