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 @@
136
136
}
137
137
138
138
private function makeID($val){
139
- return substr($val,-18);
139
+ return $val;
140
140
}
141
141
142
142
/**
Status & tagging log
17:36, 12 March 2011
Reedy
(
talk
|
contribs
)
changed the
status
of r83760
[
removed:
new
added:
deferred]