cleanup, removed exrea braces

This commit is contained in:
Herman van Rink 2011-07-19 22:15:46 +02:00
parent 9c4fd802ab
commit dd7eb38814
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
*/
// unplanned execution path
if ((!defined('PMA_MINIMUM_COMMON')) && (!defined('TESTSUITE'))) {
if (!defined('PMA_MINIMUM_COMMON') && !defined('TESTSUITE')) {
exit();
}
?>

View File

@ -8,7 +8,7 @@
*/
// unplanned execution path
if ((!defined('PMA_MINIMUM_COMMON')) && (!defined('TESTSUITE'))) {
if (!defined('PMA_MINIMUM_COMMON') && !defined('TESTSUITE')) {
exit();
}