diff options
author | alecpl <alec@alec.pl> | 2010-05-26 08:57:00 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-05-26 08:57:00 +0000 |
commit | 2563619a58b98c1d088883ff9b6a9bb269ea87bb (patch) | |
tree | 9bebfbf96447817226801b6c0ca883caf2d8bf74 /installer/utils.php | |
parent | 874ff4d4be5a8744052f9bcd810f62ac1da1193b (diff) |
- small improvements
Diffstat (limited to 'installer/utils.php')
-rw-r--r-- | installer/utils.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/installer/utils.php b/installer/utils.php index 1c101058f..a18dc61aa 100644 --- a/installer/utils.php +++ b/installer/utils.php @@ -50,4 +50,3 @@ function raise_error($p) $rci = rcube_install::get_instance(); $rci->raise_error($p); } - |