[Zapp-cvs-commit] ZApp ZApp_CMFBase.py,1.33,1.34
Brought to you by:
sspickle
|
From: Steve S. <ssp...@us...> - 2004-03-18 19:12:28
|
Update of /cvsroot/zapp/ZApp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10815 Modified Files: ZApp_CMFBase.py Log Message: Ack.. found bad bug in insert/update levers for postgres. Re-run your levers! Sorry! Index: ZApp_CMFBase.py =================================================================== RCS file: /cvsroot/zapp/ZApp/ZApp_CMFBase.py,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** ZApp_CMFBase.py 8 Mar 2004 15:28:06 -0000 1.33 --- ZApp_CMFBase.py 18 Mar 2004 19:02:41 -0000 1.34 *************** *** 15,19 **** missing = [] ! dbug_level = 0 lpcol = LeverPropertyCollection --- 15,19 ---- missing = [] ! dbug_level = 0 # make 100 to blather about various CMF related events.. lpcol = LeverPropertyCollection |