From: Javier B. <jb...@us...> - 2004-11-17 10:28:54
|
Update of /cvsroot/openbash-org/openbash-org In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6544 Modified Files: config.php Log Message: mini cambios Index: config.php =================================================================== RCS file: /cvsroot/openbash-org/openbash-org/config.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** config.php 15 Nov 2004 20:26:24 -0000 1.15 --- config.php 17 Nov 2004 10:28:40 -0000 1.16 *************** *** 15,22 **** $moderator_email = 'co...@va...'; # put here the mail address of moderators, # they will receive an email for every pending quote ! $summaries = 50; # number of quotes shown on a single page include ('adodb/adodb.inc.php'); ! $ADODB_FETCH_MODE = ADODB_FETCH_ASSOC; $bd = &NewADOConnection($tipobd); $bd->PConnect($hostbd, $userbd, $passbd, $namedb); --- 15,23 ---- $moderator_email = 'co...@va...'; # put here the mail address of moderators, # they will receive an email for every pending quote ! $summaries = 50; # number of quotes shown on a single page include ('adodb/adodb.inc.php'); ! $ADODB_FETCH_MODE = ADODB_FETCH_ASSOC; # we prefer associative arrays ! $ADODB_CACHE_DIR = 'cache/'; # directory to store sql results to speed up queries $bd = &NewADOConnection($tipobd); $bd->PConnect($hostbd, $userbd, $passbd, $namedb); |