Adding @package, first part.
This commit is contained in:
@@ -4,8 +4,12 @@
|
||||
* Simple script to set correct charset for changelog
|
||||
*
|
||||
* @version $Id$
|
||||
* @package phpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
* Whole changelog in variable.
|
||||
*/
|
||||
$changelog = htmlspecialchars(file_get_contents('ChangeLog'));
|
||||
|
||||
$replaces = array(
|
||||
|
Reference in New Issue
Block a user