Topic: admin_groups.php
Hello, I found an error in admin_groups.php...
Line 91 :
<input type="text" name="req_title" size="25" maxlength="50" value="<?php if ($mode == 'edit') echo pun_htmlspecialchars($group['g_title']); ?>" tabindex="1" />
The ";" is not essential and it causes a shift in the table of the lower part
;-)