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.15.2.2,1.15.2


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.setup.inc.php,1.15.2.2,1.15.2.3
Date: Mon, 28 Apr 2003 04:24:47 -0400

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

Modified Files:
      Tag: Version-0_9_16-branch
        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.15.2.2
retrieving revision 1.15.2.3
diff -C2 -r1.15.2.2 -r1.15.2.3
*** class.setup.inc.php 27 Apr 2003 21:32:14 -0000      1.15.2.2
--- class.setup.inc.php 28 Apr 2003 08:24:45 -0000      1.15.2.3
***************
*** 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]