Revision: 18533
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=18533
Author: Caeies
Date: 2008-05-14 17:40:10 +0000 (Wed, 14 May 2008)
Log Message:
-----------
Fix the Server DevTyp when server is attended
Modified Paths:
--------------
trunk/syncml/inc/class.syncml_database_devinf.inc.php
Modified: trunk/syncml/inc/class.syncml_database_devinf.inc.php
===================================================================
--- trunk/syncml/inc/class.syncml_database_devinf.inc.php 2008-05-14
17:39:40 UTC (rev 18532)
+++ trunk/syncml/inc/class.syncml_database_devinf.inc.php 2008-05-14
17:40:10 UTC (rev 18533)
@@ -114,7 +114,7 @@
'<DevInf xmlns="syncml:devinf">' .
'<VerDTD>1.0</VerDTD>' .
'<DevID>485749KR</DevID>' .
- '<DevTyp>Server</DevTyp>' .
+ '<DevTyp>server</DevTyp>' .
'</DevInf>';
}
@@ -124,7 +124,7 @@
'<DevInf xmlns="syncml:devinf">' .
'<VerDTD>1.1</VerDTD>' .
'<DevID>485749KR</DevID>' .
- '<DevTyp>Server</DevTyp>' .
+ '<DevTyp>server</DevTyp>' .
'<SupportLargeObjs/>' .
'</DevInf>';
}
_______________________________________________
phpGroupWare-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-cvs