--- lbbs/utils/bin/gen_top.php 2005/03/13 09:06:27 1.5 +++ lbbs/utils/bin/gen_top.php 2005/07/10 02:36:22 1.6 @@ -33,7 +33,7 @@ strftime("%b %d %H:%M:%S", strtotime($row["sub_dt"])), str_repeat(" ", 16 - strlen($row["username"])), $row["username"], substr($row["title"],0,60), - str_repeat(" ", 60 - strlen($row["title"])) + str_repeat(" ", 60 - strlen($row["title"]) >=0 ? 60 - strlen($row["title"]) : 0) ); }