summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorarun <arun@nubati.net>2007-04-09 08:06:01 +0000
committerarun <arun>2007-04-09 08:06:01 +0000
commitdf684cccba11a7efdee637b58de9c1ecd25bdc10 (patch)
tree7d2dd7db51b9ae12c81d5e4562b8d198dd47acd4 /index.php
parent330c4ad8114934ccd906eee471c9986e27549c47 (diff)
downloade-DoKo-df684cccba11a7efdee637b58de9c1ecd25bdc10.tar.gz
e-DoKo-df684cccba11a7efdee637b58de9c1ecd25bdc10.tar.bz2
e-DoKo-df684cccba11a7efdee637b58de9c1ecd25bdc10.zip
more cleanup
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index 95ccfcf..ff1948f 100644
--- a/index.php
+++ b/index.php
@@ -623,9 +623,9 @@ else if(myisset("me"))
/* display links to the users status page */
$result = mysql_query("SELECT email,password from User WHERE id='$myid'" );
$r = mysql_fetch_array($result,MYSQL_NUM);
- output_link_to_user_page($r[0],$r[1]);
+ //output_link_to_user_page($r[0],$r[1]);
- display_news();
+ display_links($r[0],$r[1]);
/* end display useful things*/