Skip to content

Commit

Permalink
Use phpMyAdmin version in PHP export header
Browse files Browse the repository at this point in the history
Using fixed 0.2b really makes no sense.

Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Jun 30, 2016
1 parent a82835c commit 2b5915c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/plugins/export/ExportPhparray.php
Expand Up @@ -89,7 +89,7 @@ public function exportHeader()
'<?php' . $GLOBALS['crlf']
. '/**' . $GLOBALS['crlf']
. ' * Export to PHP Array plugin for PHPMyAdmin' . $GLOBALS['crlf']
. ' * @version 0.2b' . $GLOBALS['crlf']
. ' * @version ' . PMA_VERSION . $GLOBALS['crlf']
. ' */' . $GLOBALS['crlf'] . $GLOBALS['crlf']
);

Expand Down

0 comments on commit 2b5915c

Please sign in to comment.