You are here

function def in Lingotek Translation 7.2

1 call to def()
lingotek.define.inc in ./lingotek.define.inc
Lingotek Module Constants.

File

./lingotek.define.inc, line 10
Lingotek Module Constants.

Code

function def($key, $val) {
  if (!defined($key)) {
    define($key, $val);
  }
}