From 3af35692926a11beb7d637317291b3e017a3384a Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 25 Apr 2002 16:21:08 +0000 Subject: [PATCH] already in the doc --- config.inc.php3 | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/config.inc.php3 b/config.inc.php3 index 22a25151d..d34141e0a 100755 --- a/config.inc.php3 +++ b/config.inc.php3 @@ -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 *