Update of /cvsroot/phplib/php-lib/php
In directory usw-pr-cvs1:/tmp/cvs-serv13506
Modified Files:
ct_dbm.inc
Log Message:
Convert DOS line breaks, cosmetic changes
Index: ct_dbm.inc
===================================================================
RCS file: /cvsroot/phplib/php-lib/php/ct_dbm.inc,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** ct_dbm.inc 2000/04/13 13:28:44 1.5
--- ct_dbm.inc 2001/08/30 13:09:37 1.6
***************
*** 14,26 ****
##
## Define these parameters by overwriting or by
! ## deriving your own class from it (recommened)
##
var $dbm_file = ""; ## PREEXISTING DBM File
! ## writable by the web server UID
## end of configuration
! var $dbmid; ## our dbm resource handle
function ac_start() {
--- 14,26 ----
##
## Define these parameters by overwriting or by
! ## deriving your own class from it (recommended)
##
var $dbm_file = ""; ## PREEXISTING DBM File
! ## writable by the web server UID
## end of configuration
! var $dbmid; ## our dbm resource handle
function ac_start() {
|