[Rt-commit] r4864 - in rtir/branches/1.9-EXPERIMENTAL: html/RTIR
ruz at bestpractical.com
ruz at bestpractical.com
Wed Mar 29 13:38:49 EST 2006
Author: ruz
Date: Wed Mar 29 13:38:48 2006
New Revision: 4864
Modified:
rtir/branches/1.9-EXPERIMENTAL/ (props changed)
rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Create.html
Log:
r1070 at cubic-pc: cubic | 2006-03-29 22:23:12 +0400
* check for non empty value instead of defined check
Modified: rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Create.html
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Create.html (original)
+++ rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Create.html Wed Mar 29 13:38:48 2006
@@ -94,12 +94,12 @@
<& /Widgets/TitleBoxStart, contentbg => "#cccccc", title => $Title &>
<table border="0" cellpadding="0" cellspacing="2">
-% if ($Incident) {
+% if ( $Incident ) {
<tr>
<td align="right"><&|/l&>Incident</&>:</td>
<td><% $Incident %></td>
</tr>
-% } elsif (defined $parentvalue) {
+% } elsif ( $parentvalue ) {
<tr>
<td align="right"><&|/l&>Split from</&>:</td>
<td><% $parentvalue %></td>
More information about the Rt-commit
mailing list