From 24c91ed78e64cb20b2ba08971d2c35979a2de856 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Thu, 20 May 2010 04:04:25 -0400
Subject: [PATCH] - Moved error.inc to /utils - Removed bugs.inc (content copied into main.inc)

---
 program/steps/utils/error.inc |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/program/steps/error.inc b/program/steps/utils/error.inc
similarity index 96%
rename from program/steps/error.inc
rename to program/steps/utils/error.inc
index f8bb846..364c953 100644
--- a/program/steps/error.inc
+++ b/program/steps/utils/error.inc
@@ -2,10 +2,10 @@
 
 /*
  +-----------------------------------------------------------------------+
- | program/steps/error.inc                                               |
+ | program/steps/utils/error.inc                                         |
  |                                                                       |
  | This file is part of the RoundCube Webmail client                     |
- | Copyright (C) 2005-2009, RoundCube Dev. - Switzerland                 |
+ | Copyright (C) 2005-2010, RoundCube Dev. - Switzerland                 |
  | Licensed under the GNU GPL                                            |
  |                                                                       |
  | PURPOSE:                                                              |
@@ -46,7 +46,7 @@
   $__error_text  = "Could not verify that you are authorized to access this service!<br />\n".
                    "Please contact your server-administrator.";
 }
-  
+
 // failed request (wrong step in URL)
 else if ($ERROR_CODE==404) {
   $__error_title = "REQUEST FAILED/FILE NOT FOUND";

--
Gitblit v1.9.1