[vexim] broken adminuserchange.php

Timothy Martin instanttim at mac.com
Sat Mar 7 13:29:57 PST 2009


On Mar 7, 2009, at 12:51pm, Mika wrote:

> Try replace...
> <? echo _('Must be a full e-mail address'); >!<br>
> <? echo _('OR') ."<br>\n"; ?>
>
> ...with:
> <?php echo _('Must be a full e-mail address'); >!<br>
> <?php echo _('OR') ."<br>\n"; ?>

You both are missing the closing php tag for the first line (short or  
not):

<?php echo _('Must be a full e-mail address'); ?>!<br>
<?php echo _('OR') ."<br>\n"; ?>

.tim




More information about the Vexim mailing list