Parent Directory
|
Revision Log
|
Patch
| Revision 1.5 by sysadm, Sun Mar 13 09:06:27 2005 UTC | Revision 1.6 by sysadm, Sun Jul 10 02:36:22 2005 UTC | |
|---|---|---|
| # | Line 33 | Line 33 |
| 33 | strftime("%b %d %H:%M:%S", strtotime($row["sub_dt"])), | strftime("%b %d %H:%M:%S", strtotime($row["sub_dt"])), |
| 34 | str_repeat(" ", 16 - strlen($row["username"])), | str_repeat(" ", 16 - strlen($row["username"])), |
| 35 | $row["username"], substr($row["title"],0,60), | $row["username"], substr($row["title"],0,60), |
| 36 | str_repeat(" ", 60 - strlen($row["title"])) | str_repeat(" ", 60 - strlen($row["title"]) >=0 ? 60 - strlen($row["title"]) : 0) |
| 37 | ); | ); |
| 38 | } | } |
| 39 |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |