<? /************************************************************************************* */tSQLAdmin v2.0 - An SQL Administration User Interface for the Web * */t Copyright (C) 1997-98 Alessandro Vernet <[email protected]> * ************************************************************************************* * This library is free software; you can redistribute it and/or * * modify it under the terms of the GNU Library General Public/t* * License as published by the Free Software Foundation; either/t * * version 2 of the License, or (at your option) any later version. * */t/t/t/t/t/t/t/t/t/t * * This library is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * * Library General Public License for more details./t/t * */t/t/t/t/t/t/t/t/t/t * * You should have received a copy of the GNU Library General Public * * License along with this library; if not, write to the/t * * Free Software Foundation, Inc., 59 Temple Place - Suite 330,/t* * Boston, MA 02111-1307, USA./t/t/t/t/t * *************************************************************************************/
/* HISTORY: * - 97-11-05 (avernet) Corrected a bug with quote. * - 98-01-01 (avernet) Added a sortColumn parameter to * administrationTable function. * - 98-03-14 (avernet) Added function addTable to enable users to * add (but not modify) en entry to the database. * - 98-05-19 (avernet) Submitted to PX. * - 98-10-11 (avernet) Now SQLAdmin works with PHP3. The PHP2 version * will not be mainteained anymore. * - 98-10-11 (avernet) SQLAdmin is now distributed under the LGPL * instead of MPL. */