[Phonehome-commits] r44 - branches/server-pamadio

pamadio at garage.maemo.org pamadio at garage.maemo.org
Sat Oct 18 16:19:02 EEST 2008


Author: pamadio
Date: 2008-10-18 16:19:02 +0300 (Sat, 18 Oct 2008)
New Revision: 44

Modified:
   branches/server-pamadio/ets.php
Log:
missing ) in mysql_query

Modified: branches/server-pamadio/ets.php
===================================================================
--- branches/server-pamadio/ets.php	2008-10-18 11:35:27 UTC (rev 43)
+++ branches/server-pamadio/ets.php	2008-10-18 13:19:02 UTC (rev 44)
@@ -36,7 +36,7 @@
 	$date_recvd = date("Y-m-d H:i:s",$params[4]);
 
 	// write to the db
-	mysql_query("insert into gps_infos (user_id,lat,lon,gps_time) values ('{$uid}','{$params[XMLRPC_LAT]}','{$params[XMLRPC_LON]}','{$date_recvd}')";
+	mysql_query("insert into gps_infos (user_id,lat,lon,gps_time) values ('{$uid}','{$params[XMLRPC_LAT]}','{$params[XMLRPC_LON]}','{$date_recvd}')");
 
 	$out=mysql_query($query) or die('Error, insert query failed');
 	//print "yo ".$query,



More information about the Phonehome-commits mailing list