From 4443dac0599021e10cf96da631f50ff5a6dd319b Mon Sep 17 00:00:00 2001 From: tomash Date: Fri, 30 Sep 2005 21:58:28 +0000 Subject: [PATCH] The regen parameter in bsSetMetadataBatch method now used (minor change). --- livesupport/modules/storageServer/var/BasicStor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/livesupport/modules/storageServer/var/BasicStor.php b/livesupport/modules/storageServer/var/BasicStor.php index 0a8ea097c..90af2a63d 100644 --- a/livesupport/modules/storageServer/var/BasicStor.php +++ b/livesupport/modules/storageServer/var/BasicStor.php @@ -733,7 +733,7 @@ class BasicStor extends Alib{ if($this->dbc->isError($res)) return $res; } $res = $this->bsSetMetadataValue($id, 'ls:mtime', date('U'), - $lang, NULL, $container, TRUE); + $lang, NULL, $container, $regen); if($this->dbc->isError($res)) return $res; return TRUE; }