From: uw
Date: Sun May 13 18:15:27 2001
Modified files:
php-lib/php/form/form_xmlfactory.inc
Log message:
removed debugging code
Index: php-lib/php/form/form_xmlfactory.inc
diff -u php-lib/php/form/form_xmlfactory.inc:1.4
php-lib/php/form/form_xmlfactory.inc:1.5
--- php-lib/php/form/form_xmlfactory.inc:1.4 Sun May 13 18:08:27 2001
+++ php-lib/php/form/form_xmlfactory.inc Sun May 13 18:15:26 2001
@@ -261,7 +261,6 @@
// plain element
$this->attributes = $attrs;
$this->attributes["type"] = $name;
- print_r($attrs);
} else {
@@ -485,10 +484,9 @@
case "text":
case "textarea":
case "textedit":
- if (!$this->flag_defaults) {
- print_r($this->attributes);
+ if (!$this->flag_defaults)
$this->form->addElement($this->attributes);
- }
+
break;
default:
@@ -523,7 +521,6 @@
case "text":
case "textarea":
case "textedit":
-
$this->attributes["value"] = (string)$cdata;
break;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]