diff options
Diffstat (limited to 't/front.tc')
-rw-r--r-- | t/front.tc | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -2,9 +2,6 @@ printf("\n<h1>"); printf("%s", site.name ); printf("</h1>\n<h3>Latest posts</h3>\n<table border=\"1\">\n "); - struct post *post; - struct user *user; - while(post = getpost(stmt, 0)){ user = getuser(byid("users", post->user), 1); |