Quote:
Originally Posted by kall
In the admincp/usergroup.php modifications, you are missing a " on this line:
PHP Code:
print_yes_no_row("Can Delete Own Journal Entries, 'usergroup[candeleteownentries]', $ug_bitfield['candeleteownentries']);
Should be:
PHP Code:
print_yes_no_row("Can Delete Own Journal Entries", 'usergroup[candeleteownentries]', $ug_bitfield['candeleteownentries']);
|
yes we noticed that but that doesnt cause an error so its not worry, the install file has been updated