phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] bookmarks/inc class.ui.inc.php,1.11


From: powerstat
Subject: [Phpgroupware-cvs] bookmarks/inc class.ui.inc.php,1.11
Date: Wed, 4 May 2005 15:35:00 +0200

Update of bookmarks/inc

Modified Files:
     Branch: MAIN
            class.ui.inc.php lines: +2 -2

Log Message:
Fixes deprecated (since 2003) call by reference functions calls. All function 
declarations were already correct.

====================================================
Index: bookmarks/inc/class.ui.inc.php
diff -u bookmarks/inc/class.ui.inc.php:1.10 bookmarks/inc/class.ui.inc.php:1.11
--- bookmarks/inc/class.ui.inc.php:1.10 Thu Apr 28 18:59:46 2005
+++ bookmarks/inc/class.ui.inc.php      Wed May  4 13:35:48 2005
@@ -953,7 +953,7 @@
                        $this->t->set_block('form','body');
                        $this->t->set_block('form','form_info');

-                       
$this->bo->date_information(&$this->t,$bookmark['info']);
+                       $this->bo->date_information($this->t,$bookmark['info']);
                        $this->app_template();

                        $account = 
createobject('phpgwapi.accounts',$bookmark['owner']);






reply via email to

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