CHANGELOG
From PHP Online Survey Infrastructure
Contents |
[edit]
2007-04-11
- class_survey.php - in load_questions(), wrapped call to mysql_query() in an if() statement. Stops error when database table doesn't exist.
- class_survey.php - rewrote set_end_number() to compute an end number when the branching table is empty.
[edit]
2007-04-10
- data/index.php - Removed erroneous call to mysql_close().
- data/index.php - Check to see if RESULTS_FILE exists before touching it.
[edit]
2007-01-30
- class_survey.php - added email_admin() function and EMAIL_ADMIN_ON_COMPLETE constant to enable admin notification on survey completion.
- class_survey.php - fixed set_user_id() to check the value of GENERATE_UID, and created a fatal error when no uid is set and GENERATE_UID is false.
- class_survey.php - fixed display_login() and valid_login() to check the value of REQUIRE_PASSWORD.
[edit]
2007-01-24
- class_admin.php - removed stray debugging code
[edit]
2006-10-06
- class_question.php - commented out code that printed main_text to the left of the headings on list_* questions when scale=1
- class_admin.php - changed textarea questions to use text sql column instead of varchar(255)
- added default header.gif
- removed default .htaccess files in admin/ and data/
- added constant MYSQL_TABLE_PREFIX
