You are here

function defaults in Production check & Production monitor 6

Same name and namespace in other branches
  1. 7 includes/prod_check.apc.inc \defaults()
1 call to defaults()
prod_check.apc.inc in includes/prod_check.apc.inc

File

includes/prod_check.apc.inc, line 59

Code

function defaults($d, $v) {
  if (!defined($d)) {
    define($d, $v);
  }

  // or just @define(...)
}