From: janw Date: Tue, 22 Jan 2008 09:43:33 +0000 (+0000) Subject: Don't use POE ATM X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=857b03733f4881d27ceb20786b2f579c82c2577f;p=gosa.git Don't use POE ATM git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8533 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-si/modules/DBsqlite.pm b/gosa-si/modules/DBsqlite.pm index 5eede46f6..e03152960 100644 --- a/gosa-si/modules/DBsqlite.pm +++ b/gosa-si/modules/DBsqlite.pm @@ -7,7 +7,6 @@ use DBI; use Data::Dumper; use threads; use Time::HiRes qw(usleep); -use POE qw(Component::EasyDBI); my $col_names = {};