Update import scripts: create table using InnoDB engine.
[platal.git] / upgrade / newdirectory-0.0.1 / addresses.php
index 0b659e6..c3cab2d 100755 (executable)
@@ -13,7 +13,7 @@ $pids = $res->fetchOneRow();
 $minPid = $pids[0];
 $maxPid = $pids[1];
 
-echo "This will take a few minutes.\n".
+echo "This will take a few minutes.\n";
 
 // Fills the 'text' field in profile_addresses.
 for ($pid = $minPid; $pid < $maxPid + 1; ++$pid) {