[geeklog-cvs] Geeklog-1.x/plugins/polls install_defaults.php, 1.3, 1.4

Dirk Haun dhaun at qs1489.pair.com
Mon May 12 10:25:46 EDT 2008


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

Modified Files:
	install_defaults.php 
Log Message:
Fixed duplicate sort_order entry in the Polls config


Index: install_defaults.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/polls/install_defaults.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** install_defaults.php	4 May 2008 09:16:33 -0000	1.3
--- install_defaults.php	12 May 2008 14:25:44 -0000	1.4
***************
*** 120,134 ****
                  0, 0, 0, 30, true, 'polls');
          $c->add('maxanswers', $_PO_DEFAULT['maxanswers'], 'text',
!                 0, 0, 0, 30, true, 'polls');
          $c->add('answerorder', $_PO_DEFAULT['answerorder'], 'select',
!                 0, 0, 2, 40, true, 'polls');
          $c->add('pollcookietime', $_PO_DEFAULT['pollcookietime'], 'text',
-                 0, 0, 0, 50, true, 'polls');
-         $c->add('polladdresstime', $_PO_DEFAULT['polladdresstime'], 'text',
                  0, 0, 0, 60, true, 'polls');
!         $c->add('delete_polls', $_PO_DEFAULT['delete_polls'], 'select',
                  0, 0, 0, 70, true, 'polls');
          $c->add('aftersave', $_PO_DEFAULT['aftersave'], 'select',
!                 0, 0, 9, 80, true, 'polls');
  
          $c->add('fs_permissions', NULL, 'fieldset', 0, 1, NULL, 0, true, 'polls');
--- 120,134 ----
                  0, 0, 0, 30, true, 'polls');
          $c->add('maxanswers', $_PO_DEFAULT['maxanswers'], 'text',
!                 0, 0, 0, 40, true, 'polls');
          $c->add('answerorder', $_PO_DEFAULT['answerorder'], 'select',
!                 0, 0, 2, 50, true, 'polls');
          $c->add('pollcookietime', $_PO_DEFAULT['pollcookietime'], 'text',
                  0, 0, 0, 60, true, 'polls');
!         $c->add('polladdresstime', $_PO_DEFAULT['polladdresstime'], 'text',
                  0, 0, 0, 70, true, 'polls');
+         $c->add('delete_polls', $_PO_DEFAULT['delete_polls'], 'select',
+                 0, 0, 0, 80, true, 'polls');
          $c->add('aftersave', $_PO_DEFAULT['aftersave'], 'select',
!                 0, 0, 9, 90, true, 'polls');
  
          $c->add('fs_permissions', NULL, 'fieldset', 0, 1, NULL, 0, true, 'polls');




More information about the geeklog-cvs mailing list