Search found 1 match

by netnoise
Fri Aug 08, 2003 3:57 pm
Forum: Bug reports
Topic: Problems with not being able to delete a question
Replies: 3
Views: 8365

Seems to be a little bug.

Fix: Change line 99 in record.save.php from
<input type="hidden" name="lang" value="<?php print $_REQUEST["lang"]; ?>">
to
<input type="hidden" name="lang" value="<?php print $_REQUEST["language"]; ?>">