Changeset 154
- Timestamp:
- 02/09/09 18:23:47 (10 months ago)
- Files:
-
- 1 modified
-
branches/use-existing-dbh/lib/TheSchwartz.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/use-existing-dbh/lib/TheSchwartz.pm
r149 r154 86 86 ); 87 87 } 88 $driver->prefix( ($db->{prefix} ? (prefix => $db->{prefix}) : ()));88 $driver->prefix($db->{prefix}) if exists $db->{prefix}; 89 89 90 90 if ($cache_duration) {
