description for the page level docblock

This commit is contained in:
Sebastian Mendel
2007-09-27 11:12:55 +00:00
parent b2817d4e50
commit 780bc2873f

View File

@@ -1,6 +1,7 @@
<?php <?php
/* vim: set expandtab sw=4 ts=4 sts=4: */ /* vim: set expandtab sw=4 ts=4 sts=4: */
/** /**
* library for displaying table with results from all sort of select queries
* *
* @version $Id$ * @version $Id$
*/ */
@@ -10,10 +11,6 @@
*/ */
require_once './libraries/Table.class.php'; require_once './libraries/Table.class.php';
/**
* Set of functions used to display the records returned by a SQL query
*/
/** /**
* Defines the display mode to use for the results of a SQL query * Defines the display mode to use for the results of a SQL query
* *