lalalalala

first working version


git-svn-id: http://yolanda.mister-muffin.de/svn@37 7eef14d0-6ed0-489d-bf55-20463b2d70db
This commit is contained in:
erlehmann 2007-10-11 20:31:30 +00:00
parent 03b71ba353
commit 12d9dae120

View file

@ -11,7 +11,7 @@ if($query->param('query'))
{ {
my $search_query = $query->param('query'); my $search_query = $query->param('query');
$page = XMLin('$gnutube_root/search.xml', ForceArray => 1, KeyAttr => {} ); $page = XMLin("$gnutube_root/search.xml", ForceArray => 1, KeyAttr => {} );
#if a username is associated with session id, username is nonempty #if a username is associated with session id, username is nonempty
$page->{username} = get_username_from_sid($session->id); $page->{username} = get_username_from_sid($session->id);