Project

General

Profile

« Previous | Next » 

Revision 2109

Added by darkviper almost 10 years ago

  1. admin/settings/ little typofix, save settings now use official method

View differences:

index.php
915 915
	$sReadOnly = '';
916 916
	$sPagesEditType = 'text';
917 917
    $sql = 'SELECT COUNT(*) FROM `'.$oDb->TablePrefix.'pages`';
918
	if (!($bPagesCanModify = ($oDb->getOne($sql)))) {
918
	if ($oDb->getOne($sql)) {
919 919
		$sReadOnly = ' readonly="readonly"';
920 920
		$sPagesEditType = 'grey bold';
921 921
	}

Also available in: Unified diff