Mercurial > hg > extraction-interface
comparison config/config.php @ 96:ce7e933b18b0 extractapp
bug fixed: new section with no fileId in LGServices when creating/changing to another topic
| author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
|---|---|
| date | Mon, 23 Nov 2015 16:24:57 +0100 |
| parents | 3e11a9c5a672 |
| children | c1bb174a22f3 |
comparison
equal
deleted
inserted
replaced
| 95:9a29e9d28ece | 96:ce7e933b18b0 |
|---|---|
| 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 = false; | 17 $AT_LOCAL = true; |
| 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"; |
