[geeklog-cvs] Geeklog-1.x/public_html/admin/plugins/polls install.php, 1.22, 1.23

Dirk Haun dhaun at qs1489.pair.com
Wed May 14 06:04:31 EDT 2008


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

Modified Files:
	install.php 
Log Message:
'open' -> 'is_open'


Index: install.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/plugins/polls/install.php,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** install.php	19 Apr 2008 15:14:41 -0000	1.22
--- install.php	14 May 2008 10:04:29 -0000	1.23
***************
*** 70,74 ****
  // Note: '#group#' will be replaced with the id of the plugin's admin group.
  $DEFVALUES = array();
! $DEFVALUES[] = "INSERT INTO {$_TABLES['polltopics']} (pid, topic, voters, questions, date, display, open, hideresults, commentcode, statuscode, owner_id, group_id, perm_owner, perm_group, perm_members, perm_anon) "
      . "VALUES ('geeklogfeaturepoll', 'Tell us your opinion about Geeklog', 0, 2, NOW(), 1, 1, 1, 0, 0, {$_USER['uid']}, #group#, 3, 2, 2, 2);";
  // more default data is in the install SQL file in the plugin's directory
--- 70,74 ----
  // Note: '#group#' will be replaced with the id of the plugin's admin group.
  $DEFVALUES = array();
! $DEFVALUES[] = "INSERT INTO {$_TABLES['polltopics']} (pid, topic, voters, questions, date, display, is_open, hideresults, commentcode, statuscode, owner_id, group_id, perm_owner, perm_group, perm_members, perm_anon) "
      . "VALUES ('geeklogfeaturepoll', 'Tell us your opinion about Geeklog', 0, 2, NOW(), 1, 1, 1, 0, 0, {$_USER['uid']}, #group#, 3, 2, 2, 2);";
  // more default data is in the install SQL file in the plugin's directory




More information about the geeklog-cvs mailing list