More use of list_active(), setup ajax actions that are check to be ajax
This commit is contained in:
@@ -49,7 +49,6 @@ abstract class StaticListModule extends StaticList {
|
||||
// Override our argument list as defined in parent
|
||||
list($name,$table,$default,$key,$value,$where,$addblank,$attributes) = func_get_args();
|
||||
|
||||
// @todo - our query type should come from our configuration?
|
||||
$db = DB::select()->from($table);
|
||||
|
||||
foreach ($where as $k=>$v) {
|
||||
|
Reference in New Issue
Block a user