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/468', '', '38.107.179.241', 0, 'p9hsf3bgjdo5ftg4qbk7n6hpq6', 13066, 1337602448) in /home/tessh/public_html/modules/statistics/statistics.module on line 64.

Documentation

trimleft

Syntax: %trimleft(s)

trim leading spaces from s

Examples:

row = " 1. actone ..... 12345 "
#SHOW |%trimleft(@row)|

displays:

|1. actone ..... 12345 |

Add comment

Login or register to post comments