From 78ca64e449e4f4f903694ee8b337ec5e61eef950 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Thu, 4 Sep 2008 22:20:32 +0000 Subject: [PATCH] missing svn:keywords property --- includes/api/ApiEmailUser.php | 2 +- includes/api/ApiWatch.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/api/ApiEmailUser.php b/includes/api/ApiEmailUser.php index 5e2f64a0ae..a06acd9e3f 100644 --- a/includes/api/ApiEmailUser.php +++ b/includes/api/ApiEmailUser.php @@ -113,7 +113,7 @@ class ApiEmailUser extends ApiBase { } public function getVersion() { - return __CLASS__ . ': $Id: $'; + return __CLASS__ . ': $Id$'; } } \ No newline at end of file diff --git a/includes/api/ApiWatch.php b/includes/api/ApiWatch.php index fc78049973..e7fadea279 100644 --- a/includes/api/ApiWatch.php +++ b/includes/api/ApiWatch.php @@ -94,6 +94,6 @@ class ApiWatch extends ApiBase { } public function getVersion() { - return __CLASS__ . ': $Id: ApiLogout.php 35294 2008-05-24 20:44:49Z btongminh $'; + return __CLASS__ . ': $Id$'; } } -- 2.20.1