fix coding style
This commit is contained in:
parent
e853e65077
commit
4a2a360f8c
@ -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 . ")"
|
||||
|
||||
@ -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">
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user