summaryrefslogtreecommitdiff
path: root/shared.pl
diff options
context:
space:
mode:
authorlshprung <lshprung@yahoo.com>2021-11-05 16:25:02 -0700
committerlshprung <lshprung@yahoo.com>2021-11-05 16:25:02 -0700
commit38f702588eb9d6d4465df907f9fcab35bca3453f (patch)
treeac8cf784158e71e9edb323a9cdaf8baa3d349829 /shared.pl
parent736f1c3c9c87af0255373398b4cc706a2d4de58c (diff)
Added max-depth flag
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;