Project

General

Profile

« Previous | Next » 

Revision 1770

Added by Dietmar almost 12 years ago

  1. fixed issues with database names
    WbDatabase::getTableEngine() changed SQL statement to strikt.
    ! remove empty warning box if you aren't sysadmin
    ! change order errorhandling in installation save.php
  2. typofix in news/upgrade.php $MESSAGE
    ! Framework/frontend.functions.php change file_exists to is_readable

View differences:

upgrade.php
82 82
					return;
83 83
				} else {
84 84
//					$admin->print_error($MESSAGE['RECORD_MODIFIED_FAILED']);
85
					$msg[] = $$MESSAGE['RECORD_MODIFIED_FAILED'];
85
					$msg[] = $MESSAGE['RECORD_MODIFIED_FAILED'];
86 86
					return $msg;
87 87
				}
88 88
			}
......
100 100
					return;
101 101
				}else {
102 102
//					$admin->print_error($MESSAGE['RECORD_MODIFIED_FAILED']);
103
					$msg[] = $$MESSAGE['RECORD_MODIFIED_FAILED'];
103
					$msg[] = $MESSAGE['RECORD_MODIFIED_FAILED'];
104 104
					return $msg;
105 105
				}
106 106
			}

Also available in: Unified diff