From 9a5d015964e5e6ea596fb153c542750fda409fa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 2 May 2012 15:36:54 +0200 Subject: [PATCH] Fix typo --- libraries/Table.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/Table.class.php b/libraries/Table.class.php index 2863dae9ba..aac8238a92 100644 --- a/libraries/Table.class.php +++ b/libraries/Table.class.php @@ -299,7 +299,7 @@ class PMA_Table } // did we get engine? - if (empty($engine) { + if (empty($engine)) { return false; }