phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] bookmarks glist.wml,1.6 index.php,1.19


From: powerstat
Subject: [Phpgroupware-cvs] bookmarks glist.wml,1.6 index.php,1.19
Date: Thu, 28 Apr 2005 20:59:00 +0200

Update of bookmarks

Modified Files:
     Branch: MAIN
            glist.wml lines: +17 -14
            index.php lines: +14 -14

Log Message:
Added phpdocs

====================================================
Index: bookmarks/glist.wml
diff -u bookmarks/glist.wml:1.5 bookmarks/glist.wml:1.6
--- bookmarks/glist.wml:1.5     Sat Jul 14 01:41:49 2001
+++ bookmarks/glist.wml Thu Apr 28 18:59:46 2005
@@ -1,18 +1,19 @@
 <?php
-  /**************************************************************************\
-  * phpGroupWare - Bookmarks                                                 *
-  * http://www.phpgroupware.org                                              *
-  * Based on Bookmarker Copyright (C) 1998  Padraic Renaghan                 *
-  *                     http://www.renaghan.com/bookmarker                   *
-  * --------------------------------------------                             *
-  *  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.                                              *
-  \**************************************************************************/
+       /**
+       * Bookmarks
+       * @author jengo
+       * @copyright Copyright (C) 1998 Padraic Renaghan
+       * @copyright Copyright (C) 2001,2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package bookmarks
+       * @version $Id$
+       * @internal http://www.renaghan.com/bookmarker
+       * @todo Rename to .php
+       */

-  /* $Id$ */
-
+       /**
+       * Include phpgroupware header
+       */
   include("../header.inc.php");
   header("Content-Type: text/vnd.wap.wml");
   print("<?xml version=\"1.0\"?>");
@@ -43,4 +44,6 @@
 ?>
   </card>
 </wml>
-<?php $phpgw->common->phpgw_footer(); ?>
+<?php
+       $phpgw->common->phpgw_footer();
+?>

====================================================
Index: bookmarks/index.php
diff -u bookmarks/index.php:1.18 bookmarks/index.php:1.19
--- bookmarks/index.php:1.18    Tue Apr  8 05:00:59 2003
+++ bookmarks/index.php Thu Apr 28 18:59:46 2005
@@ -1,27 +1,27 @@
 <?php
-       
/**************************************************************************\
-       * phpGroupWare - Bookmarks                                              
   *
-       * http://www.phpgroupware.org                                           
   *
-       * Based on Bookmarker Copyright (C) 1998  Padraic Renaghan              
   *
-       *                     http://www.renaghan.com/bookmarker                
   *
-       * --------------------------------------------                          
   *
-       *  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.                                           
   *
-       
\**************************************************************************/
-
-       /* $Id$ */
+       /**
+       * Bookmarks
+       * @author totschnig
+       * @copyright Copyright (C) 1998 Padraic Renaghan
+       * @copyright Copyright (C) 2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package bookmarks
+       * @version $Id$
+       * @internal http://www.renaghan.com/bookmarker
+       */

        $GLOBALS['phpgw_info']['flags'] = array(
                'currentapp' => 'bookmarks',
                'nonavbar'   => True,
                'noheader' => True
        );
+
+       /**
+        * Include phpgroupware header
+        */
        include('../header.inc.php');

        $obj = createobject('bookmarks.ui');
        $obj->init();
        $GLOBALS['phpgw']->common->phpgw_footer();
-
 ?>






reply via email to

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