query("UPDATE `items` SET `rand_key` = RAND() WHERE id = {$item->id}"); Kohana::log("debug", Database::instance()->last_query()); } }