Index: trunk/extensions/Ratings/api/ApiDoRating.php |
— | — | @@ -244,7 +244,7 @@ |
245 | 245 | } |
246 | 246 | |
247 | 247 | public function getVersion() { |
248 | | - return __CLASS__ . ': $Id: $'; |
| 248 | + return __CLASS__ . ': $Id$'; |
249 | 249 | } |
250 | 250 | |
251 | 251 | } |
Property changes on: trunk/extensions/Ratings/api/ApiDoRating.php |
___________________________________________________________________ |
Added: svn:keywords |
252 | 252 | + Id |
Index: trunk/extensions/Ratings/api/ApiQueryRatings.php |
— | — | @@ -158,7 +158,7 @@ |
159 | 159 | } |
160 | 160 | |
161 | 161 | public function getVersion() { |
162 | | - return __CLASS__ . ': $Id: $'; |
| 162 | + return __CLASS__ . ': $Id$'; |
163 | 163 | } |
164 | 164 | |
165 | 165 | } |
Property changes on: trunk/extensions/Ratings/api/ApiQueryRatings.php |
___________________________________________________________________ |
Added: svn:keywords |
166 | 166 | + Id |