summaryrefslogtreecommitdiff
path: root/it.class
diff options
context:
space:
mode:
authorChristian A. Weber2018-06-19 18:53:09 +0200
committerChristian A. Weber2018-06-19 18:53:09 +0200
commit4cd6a23b8c2a5f20f51d2a53b65bd7586e367a3c (patch)
tree8b6c0373eb4be682d299eea7ce944043495e0227 /it.class
parent82ff67d50a245c09f9c7c49b2c50f17b7dc06679 (diff)
downloaditools-4cd6a23b8c2a5f20f51d2a53b65bd7586e367a3c.tar.gz
itools-4cd6a23b8c2a5f20f51d2a53b65bd7586e367a3c.tar.bz2
itools-4cd6a23b8c2a5f20f51d2a53b65bd7586e367a3c.zip
remove bogus function that nobody uses, fix comment of transmogrify()
Diffstat (limited to 'it.class')
-rw-r--r--it.class8
1 files changed, 0 insertions, 8 deletions
diff --git a/it.class b/it.class
index 247b50f..a129c09 100644
--- a/it.class
+++ b/it.class
@@ -1055,14 +1055,6 @@ static function mail($p)
}
/**
- * Add an extra md5 based directory name on bottom of path. foo/bar -> foo/07/bar
- */
-static function add_dir($path)
-{
- return dirname($path) . "/" . substr(md5(basename($path)), 0, 2) . "/" . basename($path);
-}
-
-/**
* Reads a file and returns it as string or in one of several formats. Two params: filename and flags
* @param $filename name of file to read or - for stdin
* @param $p['keyval'] each line of the file is one tab-separated key/value pair, return assoc array