Index: openacs-4/packages/lars-blogger/www/entry-chunk.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lars-blogger/www/entry-chunk.tcl,v diff -u -N -r1.26 -r1.27 --- openacs-4/packages/lars-blogger/www/entry-chunk.tcl 24 Sep 2015 07:38:34 -0000 1.26 +++ openacs-4/packages/lars-blogger/www/entry-chunk.tcl 28 Mar 2018 23:50:36 -0000 1.27 @@ -1,7 +1,7 @@ # Expects: # blog:onerow # show_comments_p:boolean -# retrun_url:onevalue,optional +# return_url:onevalue,optional # package_id:optional # screen_name:onevalue,optional # perma_p: 1/0 (defaults to 0 -- set to 1 if this is the permalink page) Index: openacs-4/packages/lars-blogger/www/entry-headline.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lars-blogger/www/entry-headline.tcl,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/lars-blogger/www/entry-headline.tcl 28 Jun 2015 12:46:36 -0000 1.5 +++ openacs-4/packages/lars-blogger/www/entry-headline.tcl 28 Mar 2018 23:50:36 -0000 1.6 @@ -1,7 +1,7 @@ # Expects: # blog:onerow # show_comments_p:boolean -# retrun_url:onevalue,optional +# return_url:onevalue,optional # package_id:optional # screen_name:onevalue,optional # perma_p: 1/0 (defaults to 0 -- set to 1 if this is the permalink page) Index: openacs-4/packages/workflow/www/doc/developer-guide.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/workflow/www/doc/developer-guide.adp,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/workflow/www/doc/developer-guide.adp 29 Dec 2017 11:40:42 -0000 1.6 +++ openacs-4/packages/workflow/www/doc/developer-guide.adp 28 Mar 2018 23:50:36 -0000 1.7 @@ -726,7 +726,7 @@ textarea.

Integrating With Your Application's Queries

Here's an example of how the bug-tracker integrates with -workflow for nformation about the current state of bugs.

+workflow for information about the current state of bugs.

 select b.bug_id,
        ...
Index: openacs-4/packages/workflow/www/doc/developer-guide.html
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/workflow/www/doc/developer-guide.html,v
diff -u -N -r1.6 -r1.7
--- openacs-4/packages/workflow/www/doc/developer-guide.html	29 Dec 2017 11:40:42 -0000	1.6
+++ openacs-4/packages/workflow/www/doc/developer-guide.html	28 Mar 2018 23:50:36 -0000	1.7
@@ -1322,7 +1322,7 @@
 
 

Here's an example of how the bug-tracker integrates with workflow - for nformation about the current state of bugs. + for information about the current state of bugs.