You are here

function flag_lists::save in Flag Lists 7.3

File

./flag_lists.inc, line 9
Implements flag lists.

Class

flag_lists
@file Implements flag lists.

Code

function save(&$flag) {
  krumo('here');
  $flag
    ->flag_lists_save($flag);
}