/[Apache-SVN]/perl/modperl/docs/trunk/src/docs/2.0/api/Apache/ServerUtil.pod
ViewVC logotype

Diff of /perl/modperl/docs/trunk/src/docs/2.0/api/Apache/ServerUtil.pod

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- perl/modperl/docs/trunk/src/docs/2.0/api/Apache/ServerUtil.pod	2004/12/03 00:43:09	109605
+++ perl/modperl/docs/trunk/src/docs/2.0/api/Apache/ServerUtil.pod	2004/12/03 00:46:50	109606
@@ -213,7 +213,7 @@ run every time the server shuts down (or
 code at the server startup:
 
   $base_server_pool = Apache::ServerUtil::base_server_pool();
-  $base_server_pool->cleanup_register(do_my_cleanups());
+  $base_server_pool->cleanup_register(\&do_my_cleanups);
 
 It's necessary to run this code at the server startup (normally
 F<startup.pl>. Cleanup handlers registered after the

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26