phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] etemplate/inc class.html.inc.php class.uietempl...


From: Dave Hall
Subject: [Phpgroupware-cvs] etemplate/inc class.html.inc.php class.uietempl...
Date: Wed, 06 Sep 2006 14:12:50 +0000

CVSROOT:        /cvsroot/phpgroupware
Module name:    etemplate
Changes by:     Dave Hall <skwashd>     06/09/06 14:12:50

Modified files:
        inc            : class.html.inc.php class.uietemplate.inc.php 

Log message:
        fix broken URLs being created

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/etemplate/inc/class.html.inc.php?cvsroot=phpgroupware&r1=1.25&r2=1.26
http://cvs.savannah.gnu.org/viewcvs/etemplate/inc/class.uietemplate.inc.php?cvsroot=phpgroupware&r1=1.68&r2=1.69

Patches:
Index: class.html.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.html.inc.php,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- class.html.inc.php  6 Sep 2006 11:13:30 -0000       1.25
+++ class.html.inc.php  6 Sep 2006 14:12:50 -0000       1.26
@@ -5,7 +5,7 @@
 * @author Ralf Becker <address@hidden>
 * @license http://www.gnu.org/licenses/gpl.html GNU General Public License
 * @package etemplate
-* @version $Id: class.html.inc.php,v 1.25 2006/09/06 11:13:30 skwashd Exp $
+* @version $Id: class.html.inc.php,v 1.26 2006/09/06 14:12:50 skwashd Exp $
 */
 
 class html
@@ -165,7 +165,7 @@
         */
        function link($url, $vars='')
        {
-               //echo "<p>html::link(url='$url',vars='"; print_r($vars); echo 
"')</p>\n";
+               //echo "<p>html::link(url='$url',vars='"; print_r($vars); echo 
"')</p>\n" . _debug_array(debug_backtrace());
                if (!is_array($vars))
                {
                        parse_str($vars, $vars);

Index: class.uietemplate.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.uietemplate.inc.php,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -b -r1.68 -r1.69
--- class.uietemplate.inc.php   6 Sep 2006 14:00:48 -0000       1.68
+++ class.uietemplate.inc.php   6 Sep 2006 14:12:50 -0000       1.69
@@ -5,7 +5,7 @@
 * @author Ralf Becker <address@hidden>
 * @license http://www.gnu.org/licenses/gpl.html GNU General Public License
 * @package etemplate
-* @version $Id: class.uietemplate.inc.php,v 1.68 2006/09/06 14:00:48 skwashd 
Exp $
+* @version $Id: class.uietemplate.inc.php,v 1.69 2006/09/06 14:12:50 skwashd 
Exp $
 */
        include_once(PHPGW_INCLUDE_ROOT . 
'/etemplate/inc/class.boetemplate.inc.php');
 
@@ -118,7 +118,7 @@
                                $this->html->form($this->include_java_script(1).
                                        
$this->show($this->complete_array_merge($content,$changes),$sel_options,$readonlys,'exec'),array(
                                                'etemplate_exec_id' => $id
-                                       
),'/etemplate/process_exec.php?menuaction='.$method,'','eTemplate',$GLOBALS['phpgw_info']['etemplate']['form_options']);
+                                       ),'/etemplate/process_exec.php', 
array('menuaction' => $method),'eTemplate', 
$GLOBALS['phpgw_info']['etemplate']['form_options']);
                        
//_debug_array($GLOBALS['phpgw_info']['etemplate']['to_process']);
                        if ($this->stable)
                        {




reply via email to

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