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

Dirk Haun dhaun at qs1489.pair.com
Sat Jan 19 09:53:14 EST 2008


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

Modified Files:
	index.php 
Log Message:
A bunch of minor Polls fixes (defaults; handling of closed polls)


Index: index.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/plugins/polls/index.php,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -d -r1.49 -r1.50
*** index.php	25 Nov 2007 06:58:55 -0000	1.49
--- index.php	19 Jan 2008 14:53:12 -0000	1.50
***************
*** 3,7 ****
  /* Reminder: always indent with 4 spaces (no tabs). */
  // +---------------------------------------------------------------------------+
! // | Geeklog 1.4                                                               |
  // +---------------------------------------------------------------------------+
  // | index.php                                                                 |
--- 3,7 ----
  /* Reminder: always indent with 4 spaces (no tabs). */
  // +---------------------------------------------------------------------------+
! // | Polls Plugin 2.0                                                          |
  // +---------------------------------------------------------------------------+
  // | index.php                                                                 |
***************
*** 9,13 ****
  // | Geeklog poll administration page                                          |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2000-2006 by the following authors:                         |
  // |                                                                           |
  // | Authors: Tony Bibbs        - tony AT tonybibbs DOT com                    |
--- 9,13 ----
  // | Geeklog poll administration page                                          |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2000-2008 by the following authors:                         |
  // |                                                                           |
  // | Authors: Tony Bibbs        - tony AT tonybibbs DOT com                    |
***************
*** 38,46 ****
  $_POLL_VERBOSE = false;
  
! require_once ('../../../lib-common.php');
! require_once ('../../auth.inc.php');
  
- // number of polls to list per page
- define ('POLLS_PER_PAGE', 50);
  
  $display = '';
--- 38,44 ----
  $_POLL_VERBOSE = false;
  
! require_once '../../../lib-common.php';
! require_once '../../auth.inc.php';
  
  
  $display = '';




More information about the geeklog-cvs mailing list