LimeSurvey: master 4f83e21a

Author Committer Branch Timestamp Parent
jcleeland jcleeland master 2004-09-22 20:53:21 master d8ca8ec8
Changeset

New: when a survey is deactivated, stores the latest autonumbered id number in a new survey table field called "autonumber_start". When survey is reactivated, it sets the autonumbering for id's to start at the next one. Useful for managing a series of de-activated surveys, so the id numbers can be used to reference which version the response is to. Uses "ALTER [tablename] AUTONUMBER=[number]" to set the starting autonumber. Tested succesfully against both ISAM and InnoDB tables on MySQL ver 4.017. (Note: run checkfields.php to create new field before running)

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1205 b72ed6b6-b9f8-46b5-92b4-906544132732

mod - admin/activate.php Diff File
mod - admin/checkfields.php Diff File
mod - admin/deactivate.php Diff File