X-Git-Url: http://git.typo3.org/Packages/TYPO3.CMS.git/blobdiff_plain/40cddcec4a4dd95d2f22ed602782bf5f0c92e608..87cb57f1a2f25570a9492688522b6db3f2c24dc8:/typo3/sysext/cms/web_info/class.tx_cms_webinfo.php diff --git a/typo3/sysext/cms/web_info/class.tx_cms_webinfo.php b/typo3/sysext/cms/web_info/class.tx_cms_webinfo.php index d50efec07b1..82c34f00bea 100644 --- a/typo3/sysext/cms/web_info/class.tx_cms_webinfo.php +++ b/typo3/sysext/cms/web_info/class.tx_cms_webinfo.php @@ -2,7 +2,7 @@ /*************************************************************** * Copyright notice * -* (c) 1999-2004 Kasper Skaarhoj (kasperYYYY@typo3.com) +* (c) 1999-2009 Kasper Skaarhoj (kasperYYYY@typo3.com) * All rights reserved * * This script is part of the TYPO3 project. The TYPO3 project is @@ -42,7 +42,7 @@ * 100: function main() * * - * 199: class tx_cms_webinfo_hits extends tx_cms_webinfo_page + * 198: class tx_cms_webinfo_hits extends tx_cms_webinfo_page * * TOTAL FUNCTIONS: 2 * (This index is automatically created/updated by the extension "extdeveval") @@ -138,7 +138,7 @@ class tx_cms_webinfo_page extends t3lib_extobjbase { $theOutput.= $this->pObj->doc->section($LANG->getLL('hits_title'), - t3lib_BEfunc::cshItem($dblist->descrTable,'stat',$GLOBALS['BACK_PATH'],'|
'). // CSH + t3lib_BEfunc::cshItem($dblist->descrTable, 'stat', $GLOBALS['BACK_PATH'], '|
') . // CSH $h_func. $header. $dblist->HTMLcode, @@ -147,13 +147,12 @@ class tx_cms_webinfo_page extends t3lib_extobjbase { ); } else { $h_func.= t3lib_BEfunc::getFuncMenu($this->pObj->id,'SET[pages]',$this->pObj->MOD_SETTINGS['pages'],$this->pObj->MOD_MENU['pages'],'index.php'); - $dblist->start($this->pObj->id,'pages',0); $dblist->generateList(); // CSH $theOutput.=$this->pObj->doc->section($LANG->getLL('page_title'), - t3lib_BEfunc::cshItem($dblist->descrTable,'pagetree_overview',$GLOBALS['BACK_PATH'],'|
'). // CSH + t3lib_BEfunc::cshItem($dblist->descrTable, 'pagetree_overview', $GLOBALS['BACK_PATH'], '|
') . // CSH $h_func. $dblist->HTMLcode, 0,