Project

General

Profile

Bug #16413 » rte_his2this.txt

Administrator Admin, 2006-07-30 14:26

 
Index: C:/Documents and Settings/Dmitry/workspace-typo3/TYPO3-4.0/typo3/sysext/rtehtmlarea/mod3/browse_links.php
===================================================================
--- C:/Documents and Settings/Dmitry/workspace-typo3/TYPO3-4.0/typo3/sysext/rtehtmlarea/mod3/browse_links.php (revision 1651)
+++ C:/Documents and Settings/Dmitry/workspace-typo3/TYPO3-4.0/typo3/sysext/rtehtmlarea/mod3/browse_links.php (working copy)
@@ -1634,7 +1634,7 @@
$titleLen=intval($GLOBALS['BE_USER']->uc['titleLen']);
$mainPageRec = t3lib_BEfunc::getRecord('pages',$expPageId);
$picon=t3lib_iconWorks::getIconImage('pages',$mainPageRec,$BACK_PATH,'');
- if($his->typoVersion >= 3007000 ) {
+ if($this->typoVersion >= 3007000 ) {
$picon.= htmlspecialchars(t3lib_div::fixed_lgd_cs($mainPageRec['title'],$titleLen));
} else {
$picon.= htmlspecialchars(t3lib_div::fixed_lgd($mainPageRec['title'],$titleLen));
@@ -1662,7 +1662,7 @@
$arrCol='';
}
// Putting list element HTML together:
- if($his->typoVersion >= 3007000 ) {
+ if($this->typoVersion >= 3007000 ) {
$out.='<img'.t3lib_iconWorks::skinImg($BACK_PATH,'gfx/ol/join'.($c==$cc?'bottom':'').'.gif','width="18" height="16"').' alt="" />'.
$arrCol.
'<a href="#" onclick="return link_typo3Page(\''.$expPageId.'\',\'#'.$row['uid'].'\');">'.
(1-1/3)