fix coding style

This commit is contained in:
Dieter Adriaenssens 2013-09-07 23:08:02 +02:00
parent e853e65077
commit 4a2a360f8c
2 changed files with 6 additions and 6 deletions

View File

@ -1929,8 +1929,8 @@ function PMA_getHtmlForSpecificTablePrivileges($db, $table)
list($list_of_privileges, $list_of_compared_privileges)
= PMA_getListOfPrivilegesAndComparedPrivileges();
$sql_query =
"("
$sql_query
= "("
. " SELECT " . $list_of_privileges . ", '*' AS `Db`"
. " FROM `mysql`.`user`"
. " WHERE NOT (" . $list_of_compared_privileges . ")"

View File

@ -215,8 +215,8 @@ class PMA_ExportHtmlword_Test extends PHPUnit_Framework_TestCase
$this->object->exportHeader();
$result = ob_get_clean();
$expected =
'<html xmlns:o="urn:schemas-microsoft-com:office:office"
$expected
= '<html xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:x="urn:schemas-microsoft-com:office:word"
xmlns="http://www.w3.org/TR/REC-html40">
@ -241,8 +241,8 @@ class PMA_ExportHtmlword_Test extends PHPUnit_Framework_TestCase
$this->object->exportHeader();
$result = ob_get_clean();
$expected =
'<html xmlns:o="urn:schemas-microsoft-com:office:office"
$expected
= '<html xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:x="urn:schemas-microsoft-com:office:word"
xmlns="http://www.w3.org/TR/REC-html40">