Getting ready for 1.2.0 release.
[squirrelmail.git] / src / folders_rename_do.php
index ed1908ad62ea67d0e01715b3f6be10fbab5b7eb9..9d69ba99c6d1ccbbca273730ab4fc86a436e765b 100644 (file)
@@ -1,19 +1,35 @@
 <?php
 
-   /**
   **  folders_rename_do.php
   **
   **  Copyright (c) 1999-2001 The SquirrelMail development team
   **  Licensed under the GNU GPL. For full terms see the file COPYING.
   **
   **  Does the actual renaming of files on the IMAP server. 
   **  Called from the folders.php
   **
   **  $Id$
   **/
+/**
* folders_rename_do.php
+ *
* Copyright (c) 1999-2002 The SquirrelMail Project Team
* Licensed under the GNU GPL. For full terms see the file COPYING.
+ *
* Does the actual renaming of files on the IMAP server. 
* Called from the folders.php
+ *
* $Id$
+ */
 
-   require_once('../src/validate.php');
-   require_once('../functions/imap.php');
+/*****************************************************************/
+/*** THIS FILE NEEDS TO HAVE ITS FORMATTING FIXED!!!           ***/
+/*** PLEASE DO SO AND REMOVE THIS COMMENT SECTION.             ***/
+/***    + Base level indent should begin at left margin, as    ***/
+/***      the require_once below looks.                        ***/
+/***    + All identation should consist of four space blocks   ***/
+/***    + Tab characters are evil.                             ***/
+/***    + all comments should use "slash-star ... star-slash"  ***/
+/***      style -- no pound characters, no slash-slash style   ***/
+/***    + FLOW CONTROL STATEMENTS (if, while, etc) SHOULD      ***/
+/***      ALWAYS USE { AND } CHARACTERS!!!                     ***/
+/***    + Please use ' instead of ", when possible. Note "     ***/
+/***      should always be used in _( ) function calls.        ***/
+/*** Thank you for your help making the SM code more readable. ***/
+/*****************************************************************/
+
+require_once('../src/validate.php');
+require_once('../functions/imap.php');
 
    if($old_name == $new_name) {
       $location = get_location();