summaryrefslogtreecommitdiff
path: root/modules/diary.module
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2001-01-02 19:06:02 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2001-01-02 19:06:02 +0000
commit9a221a7e8ea0616e1b90f5a0d5df714fc5278893 (patch)
treeed24cce1aa81041e9a01e6cd10e951184339e112 /modules/diary.module
parenta5b8640b001d53c615a6481c364c0a495b95c1a1 (diff)
downloadbrdo-9a221a7e8ea0616e1b90f5a0d5df714fc5278893.tar.gz
brdo-9a221a7e8ea0616e1b90f5a0d5df714fc5278893.tar.bz2
Typoes/grammar check.
Diffstat (limited to 'modules/diary.module')
-rw-r--r--modules/diary.module2
1 files changed, 1 insertions, 1 deletions
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 .= "<P>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.</P>";
+ $output .= "<P>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.</P>";
while ($diary = db_fetch_object($result)) {
if ($time != date("F jS", $diary->timestamp)) {