Date: 09/26/00
- Next message: teo: "[phplib-dev] cvs commit"
- Previous message: uw: "[phplib-dev] cvs commit"
- Next in thread: teo: "[phplib-dev] cvs commit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: uw
Date: Tue Sep 26 10:27:20 2000
Modified files:
php-lib/unsup/old_ooh/of_radio.inc
Log message:
Bugfix suggested by <Seffen.Uhlig <email protected>>, should be tranfered to the stable
tree also. Will do this later.
Index: php-lib/unsup/old_ooh/of_radio.inc
diff -u php-lib/unsup/old_ooh/of_radio.inc:1.1 php-lib/unsup/old_ooh/of_radio.inc:1.2
--- php-lib/unsup/old_ooh/of_radio.inc:1.1 Thu Apr 13 15:18:44 2000
+++ php-lib/unsup/old_ooh/of_radio.inc Tue Sep 26 10:26:49 2000
@@ -3,7 +3,7 @@
*
* Copyright (c) 1998 by Jay Bloodworth
*
- * $Id: of_radio.inc,v 1.1 2000/04/13 13:18:44 kk Exp $
+ * $Id: of_radio.inc,v 1.2 2000/09/26 08:26:49 uw Exp $
*/
class of_radio extends of_element {
@@ -62,6 +62,8 @@
$str .= " alert(\"$this->valid_e\");\n";
$str .= " return(false);\n";
$str .= "}\n";
+
+ return $str;
}
}
@@ -72,4 +74,4 @@
} // end RADIO
-?>
\ No newline at end of file
+?>
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-dev-unsubscribe <email protected>
For additional commands, e-mail: phplib-dev-help <email protected>
- Next message: teo: "[phplib-dev] cvs commit"
- Previous message: uw: "[phplib-dev] cvs commit"
- Next in thread: teo: "[phplib-dev] cvs commit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

