From 00223529af3655eb3f967e084555c348d0b5fd14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 18 Sep 2006 14:48:41 +0000 Subject: [PATCH] Add phpdoc header comment. --- ChangeLog | 3 +++ scripts/setup.php | 16 +++++++++++++--- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index eec11b6f5..bef8b6992 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - ChangeLog $Id$ $Source$ +2006-09-18 Michal Čihař + * scripts/setup.php: Add phpdoc header comment. + 2006-09-15 Marc Delisle * libraries/common.lib.php libraries/Config.class.php: rename a function borrowed from Moodle to avoid double definition diff --git a/scripts/setup.php b/scripts/setup.php index ac5aeeac7..aa7732615 100644 --- a/scripts/setup.php +++ b/scripts/setup.php @@ -1,8 +1,18 @@ + * @copyright 2006 Michal Čihař + * @license http://www.gnu.org/licenses/gpl.html GNU GPL 2.0 + * @version CVS: $Id$ + */ /* $Id$ */ -// vim: expandtab sw=4 ts=4 sts=4: - -// phpMyAdmin setup script by Michal Čihař +/* vim: expandtab sw=4 ts=4 sts=4: */ // Grab phpMyAdmin version and PMA_dl function define( 'PMA_MINIMUM_COMMON', TRUE );