Mercurial > hg > LGMap
comparison coordinates/provincial_capital_coordinates.php @ 3:2b5a5cb5d6d1
update books_coordinates.csv
| author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
|---|---|
| date | Mon, 20 Apr 2015 11:36:07 +0200 |
| parents | 57bde4830927 |
| children |
comparison
equal
deleted
inserted
replaced
| 2:b85894a9b2dc | 3:2b5a5cb5d6d1 |
|---|---|
| 1 <?php | 1 <?php |
| 2 include_once("../../interface/config.php"); | 2 include_once("../config/config.php"); |
| 3 include_once('../../interface/Lib_mb_utf8.php'); | 3 include_once('../config/Lib_mb_utf8.php'); |
| 4 set_time_limit(0); | 4 set_time_limit(0); |
| 5 ini_set('memory_limit', '-1'); | 5 ini_set('memory_limit', '-1'); |
| 6 ini_set("auto_detect_line_endings", true); | 6 ini_set("auto_detect_line_endings", true); |
| 7 | 7 |
| 8 $link_mysql = mysql_connect($mysql_server, $mysql_user, $mysql_password); | 8 $link_mysql = mysql_connect($mysql_server, $mysql_user, $mysql_password); |
