[Openfirst-cvscommit] base/config first.php,1.66,1.67
Brought to you by:
xtimg
From: Jamie <ast...@us...> - 2005-11-23 18:21:41
|
Update of /cvsroot/openfirst/base/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13940/config Modified Files: first.php Log Message: avoid "___ not defined" errors Index: first.php =================================================================== RCS file: /cvsroot/openfirst/base/config/first.php,v retrieving revision 1.66 retrieving revision 1.67 diff -C2 -d -r1.66 -r1.67 *** first.php 23 Nov 2005 18:15:18 -0000 1.66 --- first.php 23 Nov 2005 18:21:33 -0000 1.67 *************** *** 178,181 **** --- 178,182 ---- $dbms = array(); foreach(glob('../*DataBase.php') as $file) { + $matches = array(); $n = preg_match('#^.*/(.*)DataBase.php$#', $file, $matches); $dbms[] = $matches[1]; |