Adds a description field for the education.
[platal.git] / upgrade / fusionax-0.0.1 / phones.php
index 6eea87c..63018a0 100755 (executable)
@@ -1,16 +1,10 @@
 #!/usr/bin/php5
 <?php
 require_once 'connect.db.inc.php';
-
-//next two are required to include 'profil.func.inc.php'
-require_once 'xorg.inc.php';
-$page = new XorgPage(null);
-
 require_once 'profil.func.inc.php';
 
 $globals->debug = 0; //do not store backtraces
 
-
 // Convert phone prefixes from varchar to int
 $prefixes = XDB::iterRow("SELECT a2, phoneprf FROM geoloc_pays WHERE phoneprf IS NOT NULL");
 while (list($id, $pref) = $prefixes->next()) {