BAOBAB
common.inc.php
Go to the documentation of this file.
1 <?php
2 /***************************************************************************************************************************/
26 defined( 'LGV_LANG_CATCHER' ) or die ( 'Cannot Execute Directly' ); // Makes sure that this file is in the correct context.
27 
28 global $g_lang_override; // This allows us to override the configured language at initiation time.
29 
30 if (isset($g_lang_override) && $g_lang_override && file_exists(dirname(__FILE__).'/'.$lang.'.php')) {
32 } else {
34 }
35 
36 $lang_file = CO_Config::badger_lang_class_dir().'/'.$lang.'.php';
37 $lang_common_file = CO_Config::badger_lang_class_dir().'/common.inc.php';
38 
39 require_once(dirname(__FILE__).'/'.$lang.'.php');
40 require_once($lang_file);
41 require_once($lang_common_file);
42 
43 /***************************************************************************************************************************/
48  static $chameleon_co_place_tag_0 = 'venue';
49  static $chameleon_co_place_tag_1 = 'street_address';
50  static $chameleon_co_place_tag_2 = 'extra_information';
51  static $chameleon_co_place_tag_3 = 'town';
52  static $chameleon_co_place_tag_4 = 'county';
53  static $chameleon_co_place_tag_5 = 'state';
54  static $chameleon_co_place_tag_6 = 'postal_code';
55  static $chameleon_co_place_tag_7 = 'nation';
56 
64 
68 }
69 ?>
if(!defined('LGV_ACCESS_CATCHER')) if(!defined( 'LGV_ANDISOL_CATCHER'))
static $user_error_code_invalid_class
Definition: common.inc.php:67
static $co_key_value_error_code_user_not_authorized
Definition: common.inc.php:62
static $co_owner_error_code_user_not_authorized
Definition: common.inc.php:61
static $user_error_code_invalid_id
Definition: common.inc.php:66
static $chameleon_co_place_tag_0
These apply to the CO_Place class. Only the first seven tags are used for US location information.
Definition: common.inc.php:48
static $co_place_error_code_failed_to_geocode
Definition: common.inc.php:57
static $co_key_value_error_code_instance_failed_to_initialize
Definition: common.inc.php:63
static $co_collection_error_code_item_not_valid
Definition: common.inc.php:59
static $co_place_error_code_failed_to_lookup
Definition: common.inc.php:58
static $user_error_code_user_not_authorized
Definition: common.inc.php:65
static $co_collection_error_code_user_not_authorized
Definition: common.inc.php:60
$lang_file
Definition: common.inc.php:36
global $g_lang_override
Definition: common.inc.php:29
$lang_common_file
Definition: common.inc.php:37