phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] infolog/inc class.bolink.inc.php,1.24


From: powerstat
Subject: [Phpgroupware-cvs] infolog/inc class.bolink.inc.php,1.24
Date: Thu, 5 May 2005 16:32:00 +0200

Update of infolog/inc

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

Log Message:
Fixes deprecated (since 2003) call by reference functions calls. Some function 
declarations have been changed for call by reference

====================================================
Index: infolog/inc/class.bolink.inc.php
diff -u infolog/inc/class.bolink.inc.php:1.23 
infolog/inc/class.bolink.inc.php:1.24
--- infolog/inc/class.bolink.inc.php:1.23       Thu Jan  6 23:24:53 2005
+++ infolog/inc/class.bolink.inc.php    Thu May  5 14:32:33 2005
@@ -317,7 +317,7 @@
                        unlink has to be called with &$id so see the result !!!
                @result the number of links deleted
                */
-               function 
unlink($link_id,$app='',$id='',$owner='',$app2='',$id2='')
+               function 
unlink($link_id,$app='',&$id='',$owner='',$app2='',$id2='')
                {
                        if ($link_id < 0)       // vfs-link?
                        {






reply via email to

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