mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +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);
|
$diff_tables = array_diff($tables_test, $tables_system);
|
||||||
|
|
||||||
ui_print_result_message(
|
ui_print_result_message(
|
||||||
!empty($diff_tables),
|
empty($diff_tables),
|
||||||
__('Success! %s DB contains all tables', get_product_name()),
|
__('Success! %s DB contains all tables', get_product_name()),
|
||||||
__(
|
__(
|
||||||
'%s DB could not retrieve all tables. The missing tables are (%s)',
|
'%s DB could not retrieve all tables. The missing tables are (%s)',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user