[geeklog-cvs] Geeklog-1.x/public_html siteconfig.php,1.8,1.9

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


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

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


Index: siteconfig.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/siteconfig.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** siteconfig.php	27 Jan 2008 10:53:03 -0000	1.8
--- siteconfig.php	27 Jan 2008 15:23:32 -0000	1.9
***************
*** 37,94 ****
  }
  
- $_STATES = array(
-     '--'=>'',
-     'AL'=>'Alabama',
-     'AK'=>'Alaska',
-     'AZ'=>'Arizona',
-     'AR'=>'Arkansas',
-     'CA'=>'California',
-     'CO'=>'Colorado',
-     'CT'=>'Connecticut',
-     'DE'=>'Delaware',
-     'DC'=>'District of Columbia',
-     'FL'=>'Florida',
-     'GA'=>'Georgia',
-     'HI'=>'Hawaii',
-     'ID'=>'Idaho',
-     'IL'=>'Illinois',
-     'IN'=>'Indiana',
-     'IA'=>'Iowa',
-     'KS'=>'Kansas',
-     'KY'=>'Kentucky',
-     'LA'=>'Louisiana',
-     'ME'=>'Maine',
-     'MD'=>'Maryland',
-     'MA'=>'Massachusetts',
-     'MI'=>'Michigan',
-     'MN'=>'Minnesota',
-     'MS'=>'Mississippi',
-     'MO'=>'Missouri',
-     'MT'=>'Montana',
-     'NE'=>'Nebraska',
-     'NV'=>'Nevada',
-     'NH'=>'New Hampshire',
-     'NJ'=>'New Jersey',
-     'NM'=>'New Mexico',
-     'NY'=>'New York',
-     'NC'=>'North Carolina',
-     'ND'=>'North Dakota',
-     'OH'=>'Ohio',
-     'OK'=>'Oklahoma',
-     'OR'=>'Oregon',
-     'PA'=>'Pennsylvania',
-     'RI'=>'Rhode Island',
-     'SC'=>'South Carolina',
-     'SD'=>'South Dakota',
-     'TN'=>'Tennessee',
-     'TX'=>'Texas',
-     'UT'=>'Utah',
-     'VT'=>'Vermont',
-     'VA'=>'Virginia',
-     'WA'=>'Washington',
-     'WV'=>'West Virginia',
-     'WI'=>'Wisconsin',
-     'WY'=>'Wyoming'
- );
- 
  ?>
--- 37,39 ----




More information about the geeklog-cvs mailing list