Project

General

Profile

« Previous | Next » 

Revision 1844

Added by Dietmar almost 12 years ago

  1. fixed Use of undefined constant PAGE_ID in /account/forgot.php
    ! change return value to boolean in user management delete.php, add.php
    ! change WEBSITE_SIGNATURE to WBMAIL_SIGNATURE

View differences:

index.php
34 34

  
35 35
// add new values, later in upgrade-script
36 36
$cfg = array(
37
	'website_signature' => defined('WEBSITE_SIGNATURE') ? WEBSITE_SIGNATURE : '',
37
	'wbmail_signature' => defined('WBMAIL_SIGNATURE') ? WBMAIL_SIGNATURE : '',
38 38
	'confirmed_registration' => (defined('CONFIRMED_REGISTRATION') ? CONFIRMED_REGISTRATION : '0'),
39 39
	'modules_upgrade_list' => (defined('MODULES_UPGRADE_LIST') ? MODULES_UPGRADE_LIST : ''),
40 40
	);
......
1024 1024
	$sPagesEditType = 'text';
1025 1025
	if( $bPagesCanModify = ($database->get_one('SELECT COUNT(*) FROM `'.TABLE_PREFIX.'pages`'))!=0 ) {
1026 1026
		$sReadOnly = ' readonly="readonly"';
1027
		$sPagesEditType = 'button';
1027
		$sPagesEditType = 'grey bold';
1028 1028
	}
1029 1029

  
1030 1030
	$oTpl->set_var(array(

Also available in: Unified diff