summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorxue <>2007-01-01 18:08:12 +0000
committerxue <>2007-01-01 18:08:12 +0000
commite944138b52b1eaffa669a322de5802840cde9387 (patch)
treeac7d7fd47029d9f3ba08c98c5698d509ba18cefa /framework
parent11605b8c0c86df892c206982ff18a39ca1cb2d60 (diff)
Added Id keyword.
Diffstat (limited to 'framework')
-rw-r--r--framework/Web/Services/TSoapService.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/Web/Services/TSoapService.php b/framework/Web/Services/TSoapService.php
index b1b04998..05e62171 100644
--- a/framework/Web/Services/TSoapService.php
+++ b/framework/Web/Services/TSoapService.php
@@ -7,7 +7,7 @@
* @link http://www.pradosoft.com/
* @copyright Copyright &copy; 2006 PradoSoft
* @license http://www.pradosoft.com/license/
- * @version $Id: $
+ * @version $Id$
* @package System.Web.Services
*/
@@ -269,7 +269,7 @@ class TSoapService extends TService
* It also manages the URI for the SOAP service and WSDL.
*
* @author Qiang Xue <qiang.xue@gmail.com>
- * @version $Id: $
+ * @version $Id$
* @package System.Web.Services
* @since 3.1
*/