summaryrefslogtreecommitdiff
path: root/ninka-sqlite.pl
diff options
context:
space:
mode:
Diffstat (limited to 'ninka-sqlite.pl')
-rwxr-xr-xninka-sqlite.pl11
1 files changed, 6 insertions, 5 deletions
diff --git a/ninka-sqlite.pl b/ninka-sqlite.pl
index 65d746a..d53f60f 100755
--- a/ninka-sqlite.pl
+++ b/ninka-sqlite.pl
@@ -117,11 +117,12 @@ foreach my $file (@ninkafiles) {
my $sth;
switch (getExtension($basefile)){
- case ".comments" {
- print "Inserting [$basefile] into table comments\n";
- $sth = $dbh->prepare("INSERT INTO comments VALUES
- ('$rootfile', '$filepath', '$packname', ?)");
- }
+
+# case ".comments" {
+# print "Inserting [$basefile] into table comments\n";
+# $sth = $dbh->prepare("INSERT INTO comments VALUES
+# ('$rootfile', '$filepath', '$packname', ?)");
+# }
case ".sentences" {
print "Inserting [$basefile] into table sentences\n";
$sth = $dbh->prepare("INSERT INTO sentences VALUES