Merge branch 'master' of git@github.com:plainblack/webgui

This commit is contained in:
hao 2009-09-14 14:29:58 -04:00
commit 5a43e24384
8 changed files with 13 additions and 25 deletions

View file

@ -33,6 +33,7 @@
- added Subscribable AssetAspect to Wiki
- fixed #10941: New user profile fields with unfortunate names
- fixed #10955: Story Manager: unable to import packages
- fixed #10970: Newsletter Asset: no subscribe link
7.7.19
- fixed #10838: Forwarded forum post email to new CS adds reply to original thread

View file

@ -51,7 +51,7 @@ finish($session); # this line required
#----------------------------------------------------------------------------
# Add the column for featured wiki pages
sub exampleFunction {
sub addFeaturedPageWiki {
my $session = shift;
print "\tAdding featured pages to the Wiki " unless $quiet;