comparison pages/vote.inc.php @ 1092:95b74632cfe2

Rename votekeys table to userkeys, and all related variables and settings.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 26 Jan 2017 13:38:19 +0200
parents 4f132374df75
children bbc0a3d0b51e
comparison
equal deleted inserted replaced
1091:c4b93729269d 1092:95b74632cfe2
44 "<p class=\"notice\">\n"; 44 "<p class=\"notice\">\n";
45 45
46 switch ($error) 46 switch ($error)
47 { 47 {
48 case 1: 48 case 1:
49 echo "The votekey does not exist. Please try again."; 49 echo "The userkey does not exist. Please try again.";
50 break; 50 break;
51 51
52 case 2: 52 case 2:
53 echo "There was an error in the system. Contact an administrator."; 53 echo "There was an error in the system. Contact an administrator.";
54 break; 54 break;
55 55
56 case 3: 56 case 3:
57 echo 57 echo
58 "The votekey is not yet activated, try again later. If ". 58 "The userkey is not yet activated, try again later. If ".
59 "you are certain that it should be working now, go pester an organizer."; 59 "you are certain that it should be working now, go pester an organizer.";
60 break; 60 break;
61 61
62 default: 62 default:
63 echo 63 echo