phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] [18533] Fix the Server DevTyp when server is attended


From: Caeies
Subject: [Phpgroupware-cvs] [18533] Fix the Server DevTyp when server is attended
Date: Wed, 14 May 2008 17:40:17 +0000

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>';
                }






reply via email to

[Prev in Thread] Current Thread [Next in Thread]