From 301118be940cb3215b97d6e9e2edfdcfa2483aed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobi=20Sch=C3=A4fer?= Date: Thu, 6 Dec 2001 16:41:27 +0000 Subject: [PATCH] added incrementation of page read counter --- code/Story/main.hac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/Story/main.hac b/code/Story/main.hac index abb56b55..09e33563 100644 --- a/code/Story/main.hac +++ b/code/Story/main.hac @@ -21,3 +21,5 @@ res.head = this.weblog.renderSkinAsString("javascript"); res.head += this.weblog.renderSkinAsString("style"); res.body = this.renderSkinAsString("main"); + +this.reads++;