diff --git a/ChangeLog b/ChangeLog index bab2f9adab..639f811579 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,7 @@ phpMyAdmin - ChangeLog - bug #4741 in ./libraries/Advisor.class.php#184 vsprintf(): Too few arguments - bug #4743 Unable to move cursor with keyboard in filter rows box - bug Incorrect link in doc +- bug #4745 Tracking does not handle views properly 4.3.8.0 (2015-01-24) - bug Undefined constant PMA_DRIZZLE diff --git a/libraries/tracking.lib.php b/libraries/tracking.lib.php index ff45d16697..2d4717e1ab 100644 --- a/libraries/tracking.lib.php +++ b/libraries/tracking.lib.php @@ -45,11 +45,12 @@ function PMA_filterTracking( * * @param string $url_query url query * @param int $last_version last version + * @param string $type type of the table; table, view or both * * @return string */ function PMA_getHtmlForDataDefinitionAndManipulationStatements($url_query, - $last_version + $last_version, $type = 'both' ) { $html = '