Changeset 319 for wiki-toolkit/trunk/lib/Wiki/Toolkit/Setup/MySQL.pm
- Timestamp:
- 06/02/06 19:40:31 (6 years ago)
- Files:
-
- 1 modified
-
wiki-toolkit/trunk/lib/Wiki/Toolkit/Setup/MySQL.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wiki-toolkit/trunk/lib/Wiki/Toolkit/Setup/MySQL.pm
r235 r319 130 130 if($@) { warn $@; } 131 131 132 # Check to make sure we can create, index and drop tables 133 # before doing any more 134 my $perm_check = Wiki::Toolkit::Setup::Database::perm_check($dbh); 135 if ($perm_check) { 136 die $perm_check; 137 } 138 132 139 # Drop the current tables 133 140 cleardb($dbh);
