You are here

constant PATTERNS_STATUS_OK in Patterns 7

Same name and namespace in other branches
  1. 7.2 includes/variables.inc \PATTERNS_STATUS_OK
2 uses of PATTERNS_STATUS_OK
patterns_db_save_pattern in includes/db.inc
Writes the pattern metadata (and the actual pattern) to the database.
_patterns_io_get_patterns in includes/io/io.inc
Loads all the available patterns from the database. It also checks against the file system, and, if the patterns global configuration options allow it, updates the database with the latest modifications. Notice: enabled patterns will not be updated…

File

includes/variables.inc, line 49

Code

define('PATTERNS_STATUS_OK', 0);