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/332', '', '38.107.179.242', 0, 'p9hsf3bgjdo5ftg4qbk7n6hpq6', 7180, 1337597768) in /home/tessh/public_html/modules/statistics/statistics.module on line 64.

Documentation

delnitem

Syntax: %delnitem(list,n)

deletes the nth item from the string list and returns the new list

Example:

#SHOW %delnitem("a|b|c", 2)

displays: a|c

Add comment

Login or register to post comments