mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-26 11:29:12 +02:00
Ticket Resolved
Former-commit-id: 82c331ef17b17a875ad5e6cb95177c035d8435bd
This commit is contained in:
parent
a8a9a9d620
commit
dcb0d5e1ee
@ -215,7 +215,7 @@ function extension_db_check_tables_differences(
|
||||
$diff_tables = array_diff($tables_test, $tables_system);
|
||||
|
||||
ui_print_result_message(
|
||||
!empty($diff_tables),
|
||||
empty($diff_tables),
|
||||
__('Success! %s DB contains all tables', get_product_name()),
|
||||
__(
|
||||
'%s DB could not retrieve all tables. The missing tables are (%s)',
|
||||
|
Loading…
x
Reference in New Issue
Block a user