Skip to content

Commit

Permalink
Change variable type.
Browse files Browse the repository at this point in the history
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
  • Loading branch information
Tithugues committed Aug 24, 2015
1 parent a1b134c commit d7986e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/libraries/PMA_tbl_tracking_test.php
Expand Up @@ -123,7 +123,7 @@ public function testPMAFilterTracking()
public function testPMAGetHtmlForDataDefinitionAndManipulationStatements()
{
$url_query = "url_query";
$last_version = "10";
$last_version = 10;
$html = PMA_getHtmlForDataDefinitionAndManipulationStatements(
$url_query, $last_version, $GLOBALS['db'], array($GLOBALS['table'])
);
Expand Down

0 comments on commit d7986e0

Please sign in to comment.