summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/bugs.inc
diff options
context:
space:
mode:
authorestadtherr <estadtherr@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-09-16 22:58:51 +0000
committerestadtherr <estadtherr@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-09-16 22:58:51 +0000
commita28d4a54f4db471769d2ca205955c7639695fe88 (patch)
tree527ea5604af849dad2c4c6bedc75f86e4c158f0e /roundcubemail/program/include/bugs.inc
parent608ef150220da932074b6a11b04395e235e53a2d (diff)
code cleanup of HTML editing capability (round 1)
git-svn-id: https://svn.roundcube.net/trunk@347 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include/bugs.inc')
-rw-r--r--roundcubemail/program/include/bugs.inc17
1 files changed, 1 insertions, 16 deletions
diff --git a/roundcubemail/program/include/bugs.inc b/roundcubemail/program/include/bugs.inc
index bf4c572c8..946a910be 100644
--- a/roundcubemail/program/include/bugs.inc
+++ b/roundcubemail/program/include/bugs.inc
@@ -115,19 +115,4 @@ function log_bug($arg_arr)
}
}
-function log_debug($filename, $text)
-{
- global $CONFIG, $INSTALL_PATH;
-
- if (empty($CONFIG['log_dir']))
- $CONFIG['log_dir'] = $INSTALL_PATH.'logs';
-
- // try to open specific log file for writing
- if ($fp = @fopen($CONFIG['log_dir'].'/'.$filename, 'a'))
- {
- fwrite($fp, date("d-M-Y H:i:s", mktime()) . ' ' . $text . "\n");
- fclose($fp);
- }
-}
-
-?> \ No newline at end of file
+?>