Move template variable generation back into prepareView in the GalleryAlbum, so

that scripts are properly put into the HEAD block of a page.
This commit is contained in:
Colin Kuskie 2009-02-22 03:36:09 +00:00
parent 7684aa6e53
commit 9f10c3c693
2 changed files with 4 additions and 2 deletions

View file

@ -5,6 +5,7 @@
- fixed defaultValues of undef cause mysql5.1 to complain about columns that are set to be NOT NULL. 5.0 doesn't care.
- International text retrieval has been optimized
- fixed #9766: Thingy Pagination Broken
- fixed #9779: Gallery: js for search (datepicker?) included in album view
7.6.12
- fixed: During postback on a recurring transaction, the routine could error out instead of catching an error.