cvs: pearweb /public_html/election new.php
[email protected] ("Helgi ?ormar ?orbj?rnsson") Tue, 06 May 2008 23:20:31 -0000
| Newsgroups | php.pear.cvs,php.pear.core |
|---|---|
| Message-ID | <cvsdufuz1210116031@cvsserver> |
dufuz Tue May 6 23:20:31 2008 UTC
Modified files:
/pearweb/public_html/election new.php
Log:
Election saved = success
http://cvs.php.net/viewvc.cgi/pearweb/public_html/election/new.php?r1=1.6&r2=1.7&diff_format=u
Index: pearweb/public_html/election/new.php
diff -u pearweb/public_html/election/new.php:1.6 pearweb/public_html/election/new.php:1.7
--- pearweb/public_html/election/new.php:1.6 Sun Jan 27 20:54:43 2008
+++ pearweb/public_html/election/new.php Tue May 6 23:20:31 2008
@@ -128,7 +128,7 @@
$currentelections = $voter->listCurrentElections();
$completedelections = $voter->listCompletedElections();
$allelections = $voter->listAllElections();
- $error = 'Election saved';
+ $info = 'Election saved';
$retrieval = false;
$old = false;
require PEARWEB_TEMPLATEDIR . '/election/vote.tpl.php';