[geeklog-cvs] Geeklog-1.x/public_html/admin/plugins/calendar index.php, 1.30, 1.31

Dirk Haun dhaun at qs1489.pair.com
Sun Jan 27 10:23:35 EST 2008


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

Modified Files:
	index.php 
Log Message:
Got rid of the $_STATES array and turned the states dropdown into a simple text entry field


Index: index.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/plugins/calendar/index.php,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** index.php	25 Nov 2007 06:58:55 -0000	1.30
--- index.php	27 Jan 2008 15:23:33 -0000	1.31
***************
*** 9,13 ****
  // | Geeklog Calendar Plugin administration page.                              |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2000-2006 by the following authors:                         |
  // |                                                                           |
  // | Authors: Tony Bibbs        - tony AT tonybibbs DOT com                    |
--- 9,13 ----
  // | Geeklog Calendar Plugin administration page.                              |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2000-2008 by the following authors:                         |
  // |                                                                           |
  // | Authors: Tony Bibbs        - tony AT tonybibbs DOT com                    |
***************
*** 297,301 ****
      $event_templates->set_var('event_city', stripslashes ($A['city']));
      $event_templates->set_var('lang_state',$LANG12[47]);
!     $event_templates->set_var('state_options', CALENDAR_stateList($A['state']));
      $event_templates->set_var('lang_zipcode',$LANG12[48]);
      $event_templates->set_var('event_zipcode', $A['zipcode']);
--- 297,302 ----
      $event_templates->set_var('event_city', stripslashes ($A['city']));
      $event_templates->set_var('lang_state',$LANG12[47]);
!     $event_templates->set_var('state_options', '');
!     $event_templates->set_var('event_state', stripslashes ($A['state']));
      $event_templates->set_var('lang_zipcode',$LANG12[48]);
      $event_templates->set_var('event_zipcode', $A['zipcode']);




More information about the geeklog-cvs mailing list