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/388', '', '38.107.179.243', 0, 'p9hsf3bgjdo5ftg4qbk7n6hpq6', 6610, 1337599696) in /home/tessh/public_html/modules/statistics/statistics.module on line 64.

Documentation

null

Syntax: %null(string)

Returns true if string is the null string. If string is left out then it returns a null string.

Example:

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

displays:

a:1 b:0 c:1

Add comment

Login or register to post comments