Add "disability access" problem type to reporter webtool.

This commit is contained in:
robert%accettura.com 2006-07-22 03:18:15 +00:00
parent 1cc670df17
commit 6912abf88d

View File

@ -154,5 +154,6 @@ $problemTypes[4] = 'Other content missing';
$problemTypes[5] = 'Behavior wrong';
$problemTypes[6] = 'Appearance wrong';
$problemTypes[7] = 'Other problem';
$problemTypes[8] = 'Disability access';
?>