Mercurial > hg > extraction-interface
comparison config/config.php @ 85:966a36752c34 extractapp
Bug fixed: missing section id variable in export table from LGservice.
author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
---|---|
date | Thu, 23 Apr 2015 17:08:31 +0200 |
parents | ecc4b22e9b05 |
children | fb5049fc5dd7 |
comparison
equal
deleted
inserted
replaced
84:ecc4b22e9b05 | 85:966a36752c34 |
---|---|
12 */ | 12 */ |
13 | 13 |
14 global $AT_LOCAL, $mysql_database, $mysql_server, $mysql_user, $mysql_password, $server_host, $lgserver_url, | 14 global $AT_LOCAL, $mysql_database, $mysql_server, $mysql_user, $mysql_password, $server_host, $lgserver_url, |
15 $systemNAME, $system_root_url; | 15 $systemNAME, $system_root_url; |
16 | 16 |
17 $AT_LOCAL = true; | 17 $AT_LOCAL = false; |
18 | 18 |
19 if (!$AT_LOCAL) { | 19 if (!$AT_LOCAL) { |
20 // host at localgazetteers-dev server | 20 // host at localgazetteers-dev server |
21 $mysql_database = "Gazetteer"; | 21 $mysql_database = "Gazetteer"; |
22 $mysql_server = "localhost"; | 22 $mysql_server = "localhost"; |