[geeklog-cvs] Geeklog-1.x/plugins/polls/sql mysql_install.php, 1.8, 1.9

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


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

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


Index: mysql_install.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/polls/sql/mysql_install.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** mysql_install.php	11 Sep 2007 05:28:11 -0000	1.8
--- mysql_install.php	19 Jan 2008 14:53:12 -0000	1.9
***************
*** 3,11 ****
  /* Reminder: always indent with 4 spaces (no tabs). */
  // +---------------------------------------------------------------------------+
! // | Polls Plugin 1.0                                                          |
  // +---------------------------------------------------------------------------+
  // | Installation SQL                                                          |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2000-2006 by the following authors:                         |
  // |                                                                           |
  // | Authors: Tony Bibbs        - tony AT tonybibbs DOT com                    |
--- 3,11 ----
  /* Reminder: always indent with 4 spaces (no tabs). */
  // +---------------------------------------------------------------------------+
! // | Polls Plugin 2.0                                                          |
  // +---------------------------------------------------------------------------+
  // | Installation SQL                                                          |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2000-2008 by the following authors:                         |
  // |                                                                           |
  // | Authors: Tony Bibbs        - tony AT tonybibbs DOT com                    |
***************
*** 62,67 ****
    date datetime default NULL,
    display tinyint(4) NOT NULL default '0',
!   open tinyint(4) NOT NULL default '1',
!   hideresults tinyint(1) NOT NULL default '1',
    commentcode tinyint(4) NOT NULL default '0',
    statuscode tinyint(4) NOT NULL default '0',
--- 62,67 ----
    date datetime default NULL,
    display tinyint(4) NOT NULL default '0',
!   open tinyint(1) NOT NULL default '1',
!   hideresults tinyint(1) NOT NULL default '0',
    commentcode tinyint(4) NOT NULL default '0',
    statuscode tinyint(4) NOT NULL default '0',




More information about the geeklog-cvs mailing list