fix attacks canel system 100%

This commit is contained in:
unknown
2012-04-07 19:44:42 +03:00
parent 709ce39555
commit e0331f8f9a
5 changed files with 19 additions and 21 deletions
+2 -2
View File
@@ -1743,8 +1743,8 @@
}
}
function addMovement($type, $from, $to, $ref, $endtime) {
$q = "INSERT INTO " . TB_PREFIX . "movement values (0,$type,$from,$to,$ref,$endtime,0)";
function addMovement($type, $from, $to, $ref, $time, $endtime) {
$q = "INSERT INTO " . TB_PREFIX . "movement values (0,$type,$from,$to,$ref,$time,$endtime,0)";
return mysql_query($q, $this->connection);
}