if (do_name() != 'Home') : ?>
endif ?>
Posted by Giorgio O. on Dec 17, 2007
a quick fix is possible using the sql syntax...
book.sql("UPDATE pages SET pagenumber = 'xxx' WHERE id='3'")
Posted by Tom De Smedt on Dec 17, 2007
include("util/comment.php"); ?>
It should be fixed in the new release I've put online.
-- tom
bug in the database library
Posted by Giorgio O. on Dec 17, 2007hello,
I just started using the database library (that's very cool), and it seems that the 'edit' method is not working properly.
If you run the "database_test.py" script that comes with the library, the instruction "book.pages.edit(3, pagenumber=1)" has no effect.