From 9a221a7e8ea0616e1b90f5a0d5df714fc5278893 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Tue, 2 Jan 2001 19:06:02 +0000 Subject: Typoes/grammar check. --- modules/diary.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/diary.module') diff --git a/modules/diary.module b/modules/diary.module index 42e925aca..63ebb8583 100644 --- a/modules/diary.module +++ b/modules/diary.module @@ -13,7 +13,7 @@ function diary_page_overview($num = 20) { $result = db_query("SELECT d.*, u.userid FROM diaries d LEFT JOIN users u ON d.author = u.id ORDER BY d.timestamp DESC LIMIT $num"); - $output .= "

This part of the website is dedicated to providing easy to write and easy to read online diaries or journals filled with daily thoughts, poetry, boneless blather, spiritual theories, intimate details, valuable experiences, cynical rants, semi-coherent comments, writing experiments, artistic babblings, critics on actuality, fresh insights, diverse dreams, chronicles and general madness available for general human consumption.

"; + $output .= "

This part of the website is dedicated to providing easy-to-write and easy-to-read online diaries or journals filled with daily thoughts, poetry, boneless blabber, spiritual theories, intimate details, valuable experiences, cynical rants, semi-coherent comments, writing experiments, artistic babblings, critics on current facts, fresh insights, diverse dreams, chronicles and mumbling madness available for general human consumption.

"; while ($diary = db_fetch_object($result)) { if ($time != date("F jS", $diary->timestamp)) { -- cgit v1.2.3