summaryrefslogtreecommitdiff
path: root/lib/VNDB/Handler/Producers.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-08-05 15:44:35 +0200
committerYorhel <git@yorhel.nl>2009-08-05 15:44:35 +0200
commit4cb49d6a28a0392fbd9a50c39a350ce3cf4b5521 (patch)
treed040956bd4547bc6e7f547065f8e502f751903db /lib/VNDB/Handler/Producers.pm
parente8a58a755ad484a07da3832651cbce18a602bf4d (diff)
Removed last traces of the shared memory processing queue
Everything has now finally been converted to use the PgSQL LISTEN/NOTIFY feature. This commit removes the last Tie::ShareLite dependency.
Diffstat (limited to 'lib/VNDB/Handler/Producers.pm')
-rw-r--r--lib/VNDB/Handler/Producers.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/VNDB/Handler/Producers.pm b/lib/VNDB/Handler/Producers.pm
index 5977ac1e..aa010e6e 100644
--- a/lib/VNDB/Handler/Producers.pm
+++ b/lib/VNDB/Handler/Producers.pm
@@ -121,8 +121,6 @@ sub edit {
($pid) = $self->dbProducerAdd(%$frm);
}
- $self->multiCmd("ircnotify p$pid.$rev");
-
return $self->resRedirect("/p$pid.$rev", 'post');
}
}