From 4deb91d334024bec4b6183d09b05cd2c7fe1d468 Mon Sep 17 00:00:00 2001 From: "fwenzel@mozilla.com" Date: Tue, 30 Aug 2011 17:48:45 +0000 Subject: [PATCH] Added San Francisco as a new office location. git-svn-id: http://svn.mozilla.org/projects/phonebook/trunk@94485 4eb1ac78-321c-0410-a911-ec516a8615a5 --- constants.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/constants.php b/constants.php index 7b8c1f7..ea7e4ca 100644 --- a/constants.php +++ b/constants.php @@ -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://";