Revision 1770
Added by Luisehahne about 13 years ago
| 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
WbDatabase::getTableEngine() changed SQL statement to strikt.
! remove empty warning box if you aren't sysadmin
! change order errorhandling in installation save.php
! Framework/frontend.functions.php change file_exists to is_readable