X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fdbase_file.phh;h=d917a816f0c5b7eb7dbe3888d7741267f042f6e2;hb=d0accc6cc623168616438ad06f0611a3dbb8f5a4;hp=13dce471ba744053fe628fa2e436bcf7b1ce9776;hpb=312a6acc00ec7f331ab461894c319776eec95cae;p=brisk.git diff --git a/web/Obj/dbase_file.phh b/web/Obj/dbase_file.phh index 13dce47..d917a81 100644 --- a/web/Obj/dbase_file.phh +++ b/web/Obj/dbase_file.phh @@ -2,7 +2,7 @@ /* * brisk - dbase_file.phh * - * Copyright (C) 2006-2011 Matteo Nastasi + * Copyright (C) 2006-2012 Matteo Nastasi * mailto: nastasi@alternativeoutput.it * matteo.nastasi@milug.org * web: http://www.alternativeoutput.it @@ -145,7 +145,7 @@ class BriskDB { log_main("login[".$i."]: ".$this->item[$i]->login); /* if it exists check for a valid challenge */ - if (($a_sem = Challenges::lock_data()) != FALSE) { + if (($a_sem = Challenges::lock_data(TRUE)) != FALSE) { if (($chals = &Challenges::load_data()) != FALSE) { for ($e = 0 ; $e < $chals->item_n ; $e++) { @@ -178,7 +178,7 @@ class BriskDB { return ($ret); } - function bin5_points_save($date, $ttok, $tidx, $codes, $pts) + function bin5_points_save($date, $table, $tidx, $action, $ucodes, $pts) { return TRUE; }