summaryrefslogtreecommitdiff
path: root/shared.pl
diff options
context:
space:
mode:
Diffstat (limited to 'shared.pl')
-rw-r--r--shared.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/shared.pl b/shared.pl
index b07071b..f29ca5e 100644
--- a/shared.pl
+++ b/shared.pl
@@ -25,8 +25,6 @@ sub db_cmd {
return($sth->fetchall_arrayref);
}
-1;
-
# Handle digging into non-scalar tags and other deep arrays
# @_[0] -> array tag/deep array
sub flatten_array {
@@ -47,3 +45,4 @@ sub flatten_array {
return @output;
}
+1;