Skip to content

Commit

Permalink
Admin check: reword ADOdb extension warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
dregad committed Feb 4, 2014
1 parent e0f4d84 commit 29015a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/check/check_database_inc.php
Expand Up @@ -59,7 +59,7 @@
check_print_test_row(
'Checking use of the <a href="http://adodb.sourceforge.net/#extension">ADOdb extension</a>',
!extension_loaded( 'ADOdb' ),
"The 'ADOdb' extension is not supported and must be disabled"
"The ADOdb extension is not supported and must be disabled"
);
}
check_print_test_row(
Expand Down

0 comments on commit 29015a3

Please sign in to comment.