More use of list_active(), setup ajax actions that are check to be ajax
This commit is contained in:
@@ -258,7 +258,6 @@ class Auth_OSB extends Auth_ORM {
|
||||
$orm = ORM::factory($t)
|
||||
->where($c,'=',$oldsess);
|
||||
|
||||
// @todo There must be a way that ORM can update multiple records with 1 SQL
|
||||
foreach ($orm->find_all() as $o)
|
||||
$o->set('session_id',session_id())
|
||||
->update();
|
||||
|
Reference in New Issue
Block a user