more updates

This commit is contained in:
unknown
2012-09-05 17:28:31 +03:00
parent fdc11a8408
commit 800627b813
7 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -221,7 +221,7 @@ class MYSQL_DB {
}
function setDeleting($uid, $mode) {
$time = time() + 5 * 3600;
$time = time() + 72 * 3600;
if(!$mode) {
$q = "INSERT into " . TB_PREFIX . "deleting values ($uid,$time)";
} else {