file-watch-cancel.tcl
Stops watching a particular file or all files if no file is specified.
- Location:
- /packages/acs-admin/www/apm/file-watch-cancel.tcl
- Author:
- Jon Salz [jsalz@arsdigita.com]
- Created:
- 17 April 2000
- CVS ID:
$Id: file-watch-cancel.tcl,v 1.7 2018/01/19 13:40:40 gustafn Exp $
Related Files
[ hide source ] | [ make this the default ]
File Contents
ad_page_contract { Stops watching a particular file or all files if no file is specified. @param watch_file The file to stop watching. @author Jon Salz [jsalz@arsdigita.com] @creation-date 17 April 2000 @cvs-id $Id: file-watch-cancel.tcl,v 1.7 2018/01/19 13:40:40 gustafn Exp $ } { {watch_file ""} {return_url:localurl ""} } apm_file_watch_cancel $watch_file ad_returnredirect $return_url ad_script_abort # Local variables: # mode: tcl # tcl-indent-level: 4 # indent-tabs-mode: nil # End: