Update of /cvsroot/phpcms-plugins/admin4phpCMS/modules/debug
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13210/modules/debug
Modified Files:
class.module_debug.php
Log Message:
prepration of first Alpha-Preview
Index: class.module_debug.php
===================================================================
RCS file: /cvsroot/phpcms-plugins/admin4phpCMS/modules/debug/class.module_debug.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- class.module_debug.php 29 Sep 2004 20:10:45 -0000 1.4
+++ class.module_debug.php 7 Dec 2004 06:34:48 -0000 1.5
@@ -28,6 +28,9 @@
/*
* $Log$
+* Revision 1.5 2004/12/07 06:34:48 mjahn
+* prepration of first Alpha-Preview
+*
* Revision 1.4 2004/09/29 20:10:45 mjahn
* completed phpCMS-config-part
* began the statistic part
@@ -70,11 +73,11 @@
$_root = $actiondata['_root'];
- $actiondata1 = array ('_id'=>'debugger', '_type'=>'framebox', 'width'=>'50em', 'height'=>'10em', '_root'=>$_root);
+ $actiondata1 = array ('_id'=>'debugger', '_type'=>'framebox', 'width'=>'50em', 'height'=>'10em', 'extra'=>' id="debugger"', '_root'=>$_root);
$this->_callEvent('LAYOUT_ADD_ELEMENT', $actiondata1);
- $this->uri['events'] =& $this->_event->_events;
- $this->uri['actions'] =& $this->_event->_actionHandler->_actions;
+// $this->uri['events'] =& $this->_event->_events;
+// $this->uri['actions'] =& $this->_event->_actionHandler->_actions;
foreach ($this->uri as $type=>$data) {
if (!is_array ($data)) {
|