already in the doc

This commit is contained in:
Marc Delisle
2002-04-25 16:21:08 +00:00
parent fc53b70e61
commit 3af3569292

View File

@@ -8,22 +8,6 @@
* All directives are explained in Documentation.html
*/
/**
* Bookmark Table Structure
*
* CREATE TABLE bookmark (
* id int(11) DEFAULT '0' NOT NULL auto_increment,
* dbase varchar(255) NOT NULL,
* user varchar(255) NOT NULL,
* label varchar(255) NOT NULL,
* query text NOT NULL,
* PRIMARY KEY (id)
* );
*
*/
/**
* Your phpMyAdmin url
*