Project

General

Profile

« Previous | Next » 

Revision 1972

Added by Dietmar almost 11 years ago

  1. bugfix pages/settings_save.php sql strict
    ! update fix pages/settings.php page code list
    deactivate hidden and none visibility for first default_language sub

View differences:

Lib.php
98 98
		     . 'FROM `'.$this->_oReg->TablePrefix.'pages` '
99 99
		     . 'WHERE `level`= \'0\' '
100 100
		     .   'AND `root_parent`=`page_id` '
101
		     .   'AND `visibility`!=\'none\' '
102
		     .   'AND `visibility`!=\'hidden\' '
101
		     .   'AND (`visibility`!=\'none\' '
102
		     .   'AND `visibility`!=\'hidden\') '
103 103
		     .   ( ($sLangKey!='') ? ' AND `language` = \''.$sLangKey.'\'' : '')
104 104
		     .   'GROUP BY `language` '
105 105
		     .   'ORDER BY `position`';

Also available in: Unified diff