Revision: 642
http://sciret.svn.sourceforge.net/sciret/?rev=642&view=rev
Author: alpeb
Date: 2008-08-26 18:40:02 +0000 (Tue, 26 Aug 2008)
Log Message:
-----------
added missing var
Modified Paths:
--------------
trunk/views/SearchResults.php
Modified: trunk/views/SearchResults.php
===================================================================
--- trunk/views/SearchResults.php 2008-08-26 01:05:02 UTC (rev 641)
+++ trunk/views/SearchResults.php 2008-08-26 18:40:02 UTC (rev 642)
@@ -104,6 +104,7 @@
} else {
$this->tpl->set_var('numResults', '');
$this->tpl->set_var('articles', '');
+ $this->tpl->set_var('query', $_GET['query']);
$this->tpl->parse('nothingFound', 'nothingFound_block');
}
if (isset($_GET['advancedSearch'])) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|