/[LeafOK_CVS]/lbbs/utils/bin/gen_top.php
ViewVC logotype

Diff of /lbbs/utils/bin/gen_top.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch 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                    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1