RT#73993 - updated selfservice and ngselfservice to allow for the control of changes...
[freeside.git] / ng_selfservice / elements / error.php
index 2cff74f..ee60c6e 100644 (file)
@@ -1,2 +1,3 @@
-<FONT SIZE="+1" COLOR="#ff0000"><? echo htmlspecialchars($error); ?><? if ($error) { echo '<BR><BR>'; } ?></FONT>
-
+<? if (isset($error)) { ?>
+       <FONT SIZE="+1" COLOR="#ff0000"><? echo htmlspecialchars($error); echo '<BR><BR>'; ?></FONT>
+<? } ?>