Use phpMyAdmin version in PHP export header
Using fixed 0.2b really makes no sense. Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
a82835cf09
commit
2b5915ce7b
@ -89,7 +89,7 @@ class ExportPhparray extends ExportPlugin
|
||||
'<?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']
|
||||
);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user