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/280', '', '38.107.179.240', 0, 'p9hsf3bgjdo5ftg4qbk7n6hpq6', 20404, 1337595417) in /home/tessh/public_html/modules/statistics/statistics.module on line 64.

Documentation

alias

Syntax: %alias(name,arguments)
Related: #ALIAS

Expand the value of the named alias with the given arguments. If arguments are supplied they will replace %nn in the alias text

Example

#ALIAS bs {backstab %1 %2}
#SHOW %alias(bs)
Displays: "backstab "
#SHOW %alias(bs, cat, dagger)
Displays: "backstab cat dagger"

Add comment

Login or register to post comments