Added San Francisco as a new office location.

git-svn-id: http://svn.mozilla.org/projects/phonebook/trunk@94485 4eb1ac78-321c-0410-a911-ec516a8615a5
This commit is contained in:
fwenzel@mozilla.com 2011-08-30 17:48:45 +00:00
Родитель ac6718d941
Коммит 4deb91d334
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -22,8 +22,8 @@ $editable_fields = array(
);
$office_cities = array(
'Mountain View', 'Auckland', 'Beijing', 'Denmark', 'Paris',
'Toronto','Tokyo', 'Other'
'Mountain View', 'San Francisco', 'Auckland', 'Beijing', 'Denmark', 'Paris',
'Toronto', 'Tokyo', 'Other'
);
$protocol = isset($_SERVER["HTTPS"]) ? "https://" : "http://";