|
From: <al...@us...> - 2008-10-21 16:25:35
|
Revision: 742
http://sciret.svn.sourceforge.net/sciret/?rev=742&view=rev
Author: alpeb
Date: 2008-10-21 16:25:27 +0000 (Tue, 21 Oct 2008)
Log Message:
-----------
little template bug
Modified Paths:
--------------
trunk/views/MainView.php
Modified: trunk/views/MainView.php
===================================================================
--- trunk/views/MainView.php 2008-10-21 16:24:01 UTC (rev 741)
+++ trunk/views/MainView.php 2008-10-21 16:25:27 UTC (rev 742)
@@ -246,6 +246,8 @@
if ($showing) {
$showing = implode(', ', $showing);
$this->tpl->set_var('showing', ' - ' . $this->user->lang('Showing %s', $showing));
+ } else {
+ $this->tpl->set_var('showing', '');
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|