From e93f177fae5a2f4307e093176ec8bb206508dc66 Mon Sep 17 00:00:00 2001 From: wainstead Date: Tue, 20 Jun 2000 03:41:43 +0000 Subject: [PATCH] Corrected the entry for 'flags' which is an integer, not a string git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@76 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- DBLIB.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DBLIB.txt b/DBLIB.txt index e03dcfe62..71e417c64 100644 --- a/DBLIB.txt +++ b/DBLIB.txt @@ -1,4 +1,4 @@ -$Id: DBLIB.txt,v 1.3 2000-06-20 02:29:18 wainstead Exp $ +$Id: DBLIB.txt,v 1.4 2000-06-20 03:41:43 wainstead Exp $ This is a description of the database interface for PhpWiki. Regardless of what kind of data store is used (RDBMS, DBM files, flat text files) @@ -27,7 +27,7 @@ A few notes: author => string, content => array (where each element is a line of the page), created => integer (a number in Unix time since the Epoch), - flags => string, + flags => integer, lastmodified => integer (Unix time), pagename => string, version => integer, -- 2.45.2