Changeset 761
- Timestamp:
- 03/08/07 20:41:52 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/filepaths-20070306/server/lib/MogileFS/Worker/Query.pm
r728 r761 197 197 198 198 # first, pass this to a hook to do any manipulations needed 199 MogileFS::run_global_hook('cmd_create_open', $args); 199 { 200 my $rv = MogileFS::run_global_hook('cmd_create_open', $args); 201 return $self->err_line("plugin_aborted") 202 if (defined $rv && ! $rv); # undef = no hooks, 1 = success, 0 = failure 203 } 204 200 205 201 206 # validate parameters
