mirror of
https://github.com/e107inc/e107.git
synced 2025-08-08 07:36:32 +02:00
Notice removal, eliminate DB queries
This commit is contained in:
5
page.php
5
page.php
@@ -11,8 +11,8 @@
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/page.php,v $
|
||||
| $Revision: 1.11 $
|
||||
| $Date: 2007-08-03 18:40:49 $
|
||||
| $Revision: 1.12 $
|
||||
| $Date: 2007-08-08 19:34:34 $
|
||||
| $Author: e107steved $
|
||||
|
|
||||
+----------------------------------------------------------------------------+
|
||||
@@ -288,6 +288,7 @@ class pageClass
|
||||
function pageIndex()
|
||||
{
|
||||
$count = 0;
|
||||
$itext = '';
|
||||
foreach($this -> pageTitles as $title)
|
||||
{
|
||||
if (!$count) { $itext = "<br /><br />"; }
|
||||
|
Reference in New Issue
Block a user