From: Verdon V. <ve...@us...> - 2009-02-19 20:32:16
|
Update of /cvsroot/phpwebsite-comm/modules/elections/class In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11368/class Modified Files: Election.php Removed Files: Candidate.php Manager.php Voter.php Log Message: preparing for 2.0.0 --- Manager.php DELETED --- --- Candidate.php DELETED --- --- Voter.php DELETED --- Index: Election.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/elections/class/Election.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Election.php 28 Dec 2006 18:16:18 -0000 1.6 --- Election.php 19 Feb 2009 20:32:00 -0000 1.7 *************** *** 1,818 **** <?php /** ! * elections ! * ! * See docs/AUTHORS and docs/COPYRIGHT for relevant info. ! * ! * This program is free software; you can redistribute it and/or modify ! * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or ! * (at your option) any later version. [...1535 lines suppressed...] ! ! public function navLinks() ! { ! ! $links[] = PHPWS_Text::moduleLink(dgettext('elections', 'List ballots'), 'elections', array('uop'=>'list_ballots')); ! ! if (Current_User::allow('elections') && !isset($_REQUEST['aop'])){ ! $links[] = PHPWS_Text::moduleLink(dgettext('elections', 'Settings'), "elections", array('aop'=>'menu', 'tab'=>'settings')); ! } ! ! return $links; ! } ! ! ! ! ! ! } ! ?> \ No newline at end of file |