diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2005-11-23 15:25:42 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2005-11-23 15:25:42 +0100 |
| commit | 3b0feb9b7f962e5745d26f8e115fd897e77a54ac (patch) | |
| tree | 947b30466f661ed4ec80db52c9acee61fe466384 /functions.php | |
| parent | 17095c5a0e0174553d3fc8716943933e7f64ffd7 (diff) | |
misc prefs interface cleanups
Diffstat (limited to 'functions.php')
| -rw-r--r-- | functions.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/functions.php b/functions.php index 4ba7da748..7ca9bb81c 100644 --- a/functions.php +++ b/functions.php @@ -649,8 +649,8 @@ db_query($link, "insert into ttrss_feeds (owner_uid,title,feed_url) values ('$uid', 'Tiny Tiny RSS Dev. Feed', 'http://bah.spb.su/darcsweb/darcsweb.cgi?r=tt-rss;a=rss')"); - - } + + } function logout_user() { session_destroy(); |