Project

General

Profile

« Previous | Next » 

Revision 1957

Added by darkviper almost 11 years ago

typofixes in /admin/pages/settings.php
typofixes in /include/jscalendar/lang/

View differences:

settings.php
471 471
		// create indent chars
472 472
			$sTitlePrefix = str_repeat('-- ', $aPage['level']).' ';
473 473
			$aTplItemData['PAGE_CODE_PAGE_TITLE'] = $sTitlePrefix . $aPage['menu_title'];
474
			$aTplItemData['PAGE_CODE_VALUE']      = intval($aPage['page_ids']);
474
			$aTplItemData['PAGE_CODE_VALUE']      = intval($aPage['page_id']);
475 475
		// set SELECTED status of this entry
476 476
			if( $aPage['page_id'] == $aCurrentPage['page_code']
477 477
			    && $aCurrentPage['page_code'] != 0

Also available in: Unified diff