phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] sync/setup/default_records.inc.php, 1.8


From: nomail
Subject: [Phpgroupware-cvs] sync/setup/default_records.inc.php, 1.8
Date: Thu, 20 May 2004 13:37:44 -0000

Update of /sync/setup
Modified Files:
        Branch: 
          default_records.inc.php

date: 2004/04/14 17:40:53;  author: mkaemmerer;  state: Exp;  lines: +7 -2

Log Message:
- added more default sync sources (synthesis client and ldap exchange import)
=====================================================================
No syntax errors detected in -
=====================================================================
Index: sync/setup/default_records.inc.php
diff -u sync/setup/default_records.inc.php:1.7 
sync/setup/default_records.inc.php:1.8
--- sync/setup/default_records.inc.php:1.7      Thu Mar 18 05:05:18 2004
+++ sync/setup/default_records.inc.php  Wed Apr 14 17:40:53 2004
@@ -19,4 +19,9 @@
   // weblicon palm sync conduit
   $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO phpgw_syncsources (uri, 
modulename, mimetype, mimeversion, displayname) VALUES ('Appointments', 
'calendar', 'text/calendar', '2.0', 'Kalender')");
   $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO phpgw_syncsources (uri, 
modulename, mimetype, mimeversion, displayname) VALUES ('Todos', 'todo', 
'text/calendar', '2.0 ', 'Notizen')");
-   
+  // synthesis Palm and PocketPC conduit
+  $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO phpgw_syncsources (uri, 
modulename, mimetype, mimeversion, displayname) VALUES ('contacts', 
'addressbook', 'text/vcard', '3.0', 'Adressbuch')");
+  // Exchange Account import through LDAP (phpgwapi)  
+  $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO phpgw_syncsources (uri, 
modulename, mimetype, mimeversion, displayname) VALUES ('exchange_ldap', 
'addressbook', 'x-phpgroupware/addressbook-ldap', '1.0', 'Exchange Import für 
Adressbuch')");
+  
+   
\ No newline at end of file




reply via email to

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