You are here

function rules_variable::save in Rules 6

Marks the variable to be saved.

File

rules/rules.variables.inc, line 337
Provides functions and classes for handling variables

Class

rules_variable
Handles loading and saving a variable

Code

function save() {
  $this->_changed = TRUE;
}