[Rt-commit] [svn] r1280 - rt/branches/3.2-RELEASE/html/Elements

leira at pallas.eruditorum.org leira at pallas.eruditorum.org
Thu Jul 22 23:04:28 EDT 2004


Author: leira
Date: Thu Jul 22 23:04:27 2004
New Revision: 1280

Modified:
   rt/branches/3.2-RELEASE/html/Elements/SelectCustomFieldValue
Log:
No value is NULL, not null.


Modified: rt/branches/3.2-RELEASE/html/Elements/SelectCustomFieldValue
==============================================================================
--- rt/branches/3.2-RELEASE/html/Elements/SelectCustomFieldValue	(original)
+++ rt/branches/3.2-RELEASE/html/Elements/SelectCustomFieldValue	Thu Jul 22 23:04:27 2004
@@ -49,7 +49,7 @@
 % my $values = $CustomField->Values;
 <select name="<%$Name%>">
 <option value="" SELECTED>-</option>
-<option value="null"><&|/l&>(no value)</&></option>
+<option value="NULL"><&|/l&>(no value)</&></option>
 % while (my $value = $values->Next) {
 <option value="<%$value->Name%>"><%$value->Name%></option>
 % }


More information about the Rt-commit mailing list