phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.phpgw.inc.php,1.42,1.42.4.1


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.phpgw.inc.php,1.42,1.42.4.1
Date: Sun, 30 Mar 2003 19:32:05 -0500

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

Modified Files:
      Tag: Version-0_9_16-branch
        class.phpgw.inc.php 
Log Message:
new function redirect_link

Index: class.phpgw.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.phpgw.inc.php,v
retrieving revision 1.42
retrieving revision 1.42.4.1
diff -C2 -r1.42 -r1.42.4.1
*** class.phpgw.inc.php 12 Dec 2001 19:34:29 -0000      1.42
--- class.phpgw.inc.php 31 Mar 2003 00:32:03 -0000      1.42.4.1
***************
*** 105,108 ****
--- 105,113 ----
                }
  
+               function redirect_link($url = '',$extravars='')
+               {
+                       $this->redirect($this->session->link($url, $extravars));
+               }
+               
                /**
                 * Handles redirects under iis and apache





reply via email to

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