From 834b3aedb86bf5a7f76e01646201c495a9da8faf Mon Sep 17 00:00:00 2001 From: mensonge Date: Tue, 10 Feb 2009 11:40:07 +0000 Subject: Minor fix: translations, improve watchlist, improve search behaviour... git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@266 b3834d28-1941-0410-a4f8-b48e95affb8f --- watch.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'watch.php') diff --git a/watch.php b/watch.php index 841317d..63c4cda 100644 --- a/watch.php +++ b/watch.php @@ -30,6 +30,9 @@ $currentUser = $userservice->getCurrentObjectUser(); /* Managing path info */ @list($url, $user) = isset($_SERVER['PATH_INFO']) ? explode('/', $_SERVER['PATH_INFO']) : NULL; +if($user=='' && $_POST['contact'] != '') { + $user = $_POST['contact']; +} if ($userservice->isLoggedOn() && $user) { $pagetitle = ''; -- cgit v1.2.3