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.9


From: nomail
Subject: [Phpgroupware-cvs] sync/setup/default_records.inc.php, 1.9
Date: Thu, 20 May 2004 18:51:39 -0000

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

date: 2004/04/18 10:51:40;  author: mleonhardt;  state: Exp;  lines: +13 -13

Log Message:
- cleaning up code and extending docu
=====================================================================
No syntax errors detected in -
=====================================================================
Index: sync/setup/default_records.inc.php
diff -u sync/setup/default_records.inc.php:1.8 
sync/setup/default_records.inc.php:1.9
--- sync/setup/default_records.inc.php:1.8      Wed Apr 14 17:40:53 2004
+++ sync/setup/default_records.inc.php  Sun Apr 18 10:51:40 2004
@@ -1,17 +1,17 @@
 <?php
-  /**************************************************************************\
-  * phpGroupWare - Setup                                                     *
-  * http://www.phpgroupware.org                                              *
-  * --------------------------------------------                             *
-  *  This program is free software; you can redistribute it and/or modify it *
-  *  under the terms of the GNU General Public License as published by the   *
-  *  Free Software Foundation; either version 2 of the License, or (at your  *
-  *  option) any later version.                                              *
-  \**************************************************************************/
+ /**
+  * Setup for synchronization module 
+  *
+  * @author      Markus Kämmerer <address@hidden>
+  * @author      Matthias Leonhardt <address@hidden>
+  * @copyright   Copyright (C) 2004 Free Software Foundation 
http://www.fsf.org/
+  * @license     http://www.fsf.org/licenses/gpl.html GNU General Public 
License
+  * @package     sync
+  * @subpackage  setup
+  * @version     $Id$
+  */
 
-  /* $Id$ */
-
-       $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO phpgw_syncsources 
(uri, modulename, mimetype, mimeversion, displayname) VALUES ('notes', 'notes', 
'text/x-vnote', '1.1', 'Notizen')");
+  $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO phpgw_syncsources (uri, 
modulename, mimetype, mimeversion, displayname) VALUES ('notes', 'notes', 
'text/x-vnote', '1.1', 'Notizen')");
   $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO phpgw_syncsources (uri, 
modulename, mimetype, mimeversion, displayname) VALUES ('contact', 
'addressbook', 'text/x-vcard', '2.1', 'Adressbuch')");
   $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO phpgw_syncsources (uri, 
modulename, mimetype, mimeversion, displayname) VALUES ('Contacts', 
'addressbook', 'text/vcard', '3.0', 'Adressbuch')");
   $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO phpgw_syncsources (uri, 
modulename, mimetype, mimeversion, displayname) VALUES ('calendar', 'calendar', 
'text/x-vcal', '2.1', 'Kalender')");
@@ -24,4 +24,4 @@
   // 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]