Index: trunk/extensions/DSMW/api/ApiPatchPush.php5 |
— | — | @@ -1 +0,0 @@ |
2 | | -<?php require './ApiPatchPush.php'; |
\ No newline at end of file |
Index: trunk/extensions/DSMW/api/ApiQueryPatch.php5 |
— | — | @@ -1 +0,0 @@ |
2 | | -<?php require './ApiQueryPatch.php'; |
\ No newline at end of file |
Index: trunk/extensions/DSMW/api/ApiQueryChangeSet.php5 |
— | — | @@ -1 +0,0 @@ |
2 | | -<?php require './ApiQueryChangeSet.php'; |
\ No newline at end of file |
Index: trunk/extensions/DSMW/api/ApiPatchPush.php |
— | — | @@ -110,4 +110,3 @@ |
111 | 111 | return __CLASS__ . ': $Id$'; |
112 | 112 | } |
113 | 113 | } |
114 | | -?> |
Index: trunk/extensions/DSMW/api/ApiQueryPatch.php |
— | — | @@ -119,4 +119,3 @@ |
120 | 120 | return __CLASS__ . ': $Id$'; |
121 | 121 | } |
122 | 122 | } |
123 | | -?> |
Index: trunk/extensions/DSMW/api/ApiQueryChangeSet.php |
— | — | @@ -103,4 +103,3 @@ |
104 | 104 | return __CLASS__ . ': $Id$'; |
105 | 105 | } |
106 | 106 | } |
107 | | -?> |