Date: 12/19/00
- Next message: uw: "[phplib-dev] cvs commit"
- Previous message: uw: "[phplib-dev] cvs commit"
- Next in thread: uw: "[phplib-dev] cvs commit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: uw
Date: Tue Dec 19 13:57:09 2000
Modified files:
php-lib/unsup/old_ooh/oohforms.inc
Log message:
removed a typo
Index: php-lib/unsup/old_ooh/oohforms.inc
diff -u php-lib/unsup/old_ooh/oohforms.inc:1.1 php-lib/unsup/old_ooh/oohforms.inc:1.2
--- php-lib/unsup/old_ooh/oohforms.inc:1.1 Thu Apr 13 15:18:45 2000
+++ php-lib/unsup/old_ooh/oohforms.inc Tue Dec 19 13:56:37 2000
@@ -5,7 +5,7 @@
*
* Copyright (c) 1998 by Jay Bloodworth
*
- * $Id: oohforms.inc,v 1.1 2000/04/13 13:18:45 kk Exp $
+ * $Id: oohforms.inc,v 1.2 2000/12/19 12:56:37 uw Exp $
*/
class of_element {
@@ -275,7 +275,7 @@
$this->elements[$name]["which"] = 0;
$el = $this->elements[$name]["ob"];
- if (true == $falg_nametranslation)
+ if (true == $flag_nametranslation)
$el->name = $org_name;
if (false == $value)
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-dev-unsubscribe <email protected>
For additional commands, e-mail: phplib-dev-help <email protected>
- Next message: uw: "[phplib-dev] cvs commit"
- Previous message: uw: "[phplib-dev] cvs commit"
- Next in thread: uw: "[phplib-dev] cvs commit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

