diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-05-31 09:11:32 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-05-31 09:11:32 +0000 |
commit | e3d803cb118ba56f2dac983fc3164f9108e7a384 (patch) | |
tree | 10a9408242c6f3534722adff57f7fa3d003b4447 /includes | |
parent | 1e7303d08a7fd8fdb53c6c2e281a8dc8cdb170f5 (diff) | |
download | brdo-e3d803cb118ba56f2dac983fc3164f9108e7a384.tar.gz brdo-e3d803cb118ba56f2dac983fc3164f9108e7a384.tar.bz2 |
- Patch #774346 by jvandyk: fixed documentation.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/form.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/form.inc b/includes/form.inc index 68f24f65c..a53aab224 100644 --- a/includes/form.inc +++ b/includes/form.inc @@ -3505,7 +3505,7 @@ function &batch_get() { * Populates a job queue with the operations of a batch set. * * Depending on whether the batch is progressive or not, the BatchQueue or - * BatchStaticQueue handler classes will be used. + * BatchMemoryQueue handler classes will be used. * * @param $batch * The batch array. |