Update of /cvsroot/phpwiki/phpwiki
In directory usw-pr-cvs1:/tmp/cvs-serv2528
Modified Files:
DBLIB.txt
Log Message:
Remove notes about $pagehash['refs'].
Index: DBLIB.txt
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/DBLIB.txt,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** DBLIB.txt 2000/12/12 21:53:20 1.8
--- DBLIB.txt 2001/02/17 05:35:56 1.9
***************
*** 29,34 ****
lastmodified => integer (also Unix time),
pagename => string,
! version => integer,
! refs => array (where each element is a reference)
};
--- 29,33 ----
lastmodified => integer (also Unix time),
pagename => string,
! version => integer
};
|