fixed/added page level docblock

This commit is contained in:
Sebastian Mendel
2007-03-20 10:32:13 +00:00
parent b948e16584
commit 374abd5173
171 changed files with 1092 additions and 454 deletions

View File

@@ -1,10 +1,14 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/* $Id$ */
/**
* display list of server enignes and additonal information about them
*
* @version $Id$
*/
/**
*
*/
if ( ! defined( 'PMA_NO_VARIABLES_IMPORT' ) ) {
define( 'PMA_NO_VARIABLES_IMPORT', true );
}