From: Andrey C. <sku...@us...> - 2007-07-02 09:15:52
|
Update of /cvsroot/eas-dev/eas/libeas In directory sc8-pr-cvs17:/tmp/cvs-serv27346/libeas Modified Files: dbmanager.prg Log Message: Fix formatting for database query Index: dbmanager.prg =================================================================== RCS file: /cvsroot/eas-dev/eas/libeas/dbmanager.prg,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- dbmanager.prg 20 Nov 2006 12:57:55 -0000 1.4 +++ dbmanager.prg 2 Jul 2007 09:15:48 -0000 1.5 @@ -84,7 +84,7 @@ return array(0) endif if "FORMAT" $ params .and. params:format - fmt := CODB_Formatter() + fmt := CODBFormatter() res := fmt:show( res ) endif return res |