X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fsystem_tests.inc;h=1e8881a164842600a784819921764d8c41703134;hb=ae038fe92d264f26d66fd8e0917d7eb845bd65bb;hp=e7bc83b4cb48690113571a42c7093fa04918f0e2;hpb=ca7220eb78d1bad08b73595a6c7a9ee051e701b5;p=fa-stable.git diff --git a/includes/system_tests.inc b/includes/system_tests.inc index e7bc83b4..1e8881a1 100644 --- a/includes/system_tests.inc +++ b/includes/system_tests.inc @@ -43,11 +43,11 @@ function tst_phpmysql() function tst_php() { - $test['descr'] = _('PHP version').' >=4.3.3'; + $test['descr'] = _('PHP version').' >=5.0.0'; $test['type'] = 3; $test['test'] = phpversion(); - $test['result'] = $test['test']>='4.3.3'; - $test['comments'] = _('Upgrade PHP to version at least 4.3.3'); + $test['result'] = $test['test']>='5.0.0'; + $test['comments'] = _('Upgrade PHP to version at least 5.0.0'); return $test; } @@ -417,7 +417,7 @@ function display_system_tests($install = false) ); - start_table(TABLESTYLE, "width=80%"); + start_table(TABLESTYLE, "width='80%'"); $th = array(_("Test"), _('Test type'), _("Value"), _("Comments")); table_header($th);