user warning: Table './zuggsoftdb/accesslog' is marked as crashed and should be repaired query: INSERT INTO accesslog (title, path, url, hostname, uid, sid, timer, timestamp) values('', 'node/326', '', '38.107.179.243', 0, 'p9hsf3bgjdo5ftg4qbk7n6hpq6', 2410, 1337597416) in /home/tessh/public_html/modules/statistics/statistics.module on line 64.

Documentation

defined

Syntax: %defined(s,type)

returns true if s is a defined alias, variable, macro, or path. The optional type argument can be used to specify the type of setting to test. The type names are the same as used in the #T+ command.

Example:

#VAR a {}
#VAR b { }
#UNVAR c
#SHOW a:%defined(a) b:%defined(b) c:%defined(c)

Displays:

a:1 b:1 c:0

Add comment

Login or register to post comments