phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.setup.inc.php,1.16,1.17


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.setup.inc.php,1.16,1.17
Date: Mon, 28 Apr 2003 04:26:01 -0400

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv9767

Modified Files:
        class.setup.inc.php 
Log Message:
added param try_unregistered to hooks::single for setup


Index: class.setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.setup.inc.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** class.setup.inc.php 27 Apr 2003 22:25:36 -0000      1.16
--- class.setup.inc.php 28 Apr 2003 08:25:59 -0000      1.17
***************
*** 615,619 ****
                                $this->hooks = 
CreateObject('phpgwapi.hooks',$this->db);
                        }
!                       return $this->hooks->single($locaton,$appname);
                }
  
--- 615,619 ----
                                $this->hooks = 
CreateObject('phpgwapi.hooks',$this->db);
                        }
!                       return 
$this->hooks->single($location,$appname,True,True);
                }
  





reply via email to

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