[geeklog-cvs] Geeklog-1.x/public_html/admin/plugins/polls index.php, 1.50, 1.51

Dirk Haun dhaun at qs1489.pair.com
Sat Jan 26 15:43:17 EST 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/admin/plugins/polls
In directory qs1489.pair.com:/tmp/cvs-serv94405/public_html/admin/plugins/polls

Modified Files:
	index.php 
Log Message:
Show "Open for voting" status in list of polls


Index: index.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/plugins/polls/index.php,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -d -r1.50 -r1.51
*** index.php	19 Jan 2008 14:53:12 -0000	1.50
--- index.php	26 Jan 2008 20:43:15 -0000	1.51
***************
*** 88,92 ****
          array('text' => $LANG_ACCESS['access'], 'field' => 'access', 'sort' => false),
          array('text' => $LANG25[3], 'field' => 'unixdate', 'sort' => true),
!         array('text' => $LANG25[8], 'field' => 'display', 'sort' => true)
      );
  
--- 88,92 ----
          array('text' => $LANG_ACCESS['access'], 'field' => 'access', 'sort' => false),
          array('text' => $LANG25[3], 'field' => 'unixdate', 'sort' => true),
!         array('text' => $LANG25[33], 'field' => 'open', 'sort' => true)
      );
  




More information about the geeklog-cvs mailing list