phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: etemplate/inc class.editor.inc.php,1.5,1.6


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/inc class.editor.inc.php,1.5,1.6
Date: Sun, 09 Jun 2002 17:33:09 -0400

Update of /cvsroot/phpgroupware/etemplate/inc
In directory subversions:/tmp/cvs-serv23834

Modified Files:
        class.editor.inc.php 
Log Message:
removed manual process_show, as it is no longer necessary

Index: class.editor.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.editor.inc.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** class.editor.inc.php        13 May 2002 21:30:46 -0000      1.5
--- class.editor.inc.php        9 Jun 2002 21:33:07 -0000       1.6
***************
*** 375,378 ****
--- 375,382 ----
                function show($post_vars='')
                {
+                       if ($this->debug)
+                       {
+                               echo "<p>etemplate.editor.show: content="; 
_debug_array($post_vars);
+                       }
                        if (!$post_vars)
                        {
***************
*** 407,411 ****
                        {
                                $cont = $post_vars['cont'];
-                               $this->etemplate->process_show($cont);  // need 
to be done manually as name is set to $this->etemplate object
                                for ($r = 1; list($key,$val) = @each($cont); 
++$r)
                                {
--- 411,414 ----
***************
*** 421,425 ****
                                $show->data[$show->rows]['A']['name'] = 
$this->etemplate;
                                $vals = $post_vars['vals'];
!                               $olds = $post_vars['olds']; 
//unserialize(stripslashes($post_vars['olds']));
  
                                for ($r = 1; isset($vals["A$r"]); ++$r)
--- 424,428 ----
                                $show->data[$show->rows]['A']['name'] = 
$this->etemplate;
                                $vals = $post_vars['vals'];
!                               $olds = $post_vars['olds'];
  
                                for ($r = 1; isset($vals["A$r"]); ++$r)




reply via email to

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