Update of /cvsroot/wpdev/xmlscripts/documentation
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25167
Modified Files:
generate.py
Log Message:
SQL Fix
Index: generate.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/documentation/generate.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** generate.py 20 Jun 2004 20:15:45 -0000 1.6
--- generate.py 25 Jun 2004 20:52:04 -0000 1.7
***************
*** 77,81 ****
# Time
print "REPLACE INTO documentation_settings VALUES('generated', %u);" % int(time.time())
! print "REPLACEINTO documentation_settings VALUES('version', '%s');" % (quote(getVersion()))
for command in commands:
--- 77,81 ----
# Time
print "REPLACE INTO documentation_settings VALUES('generated', %u);" % int(time.time())
! print "REPLACE INTO documentation_settings VALUES('version', '%s');" % (quote(getVersion()))
for command in commands:
|