Some fixup:
[squirrelmail.git] / src / draft_actions.php
index dff29f790c9727e6d13739475b1fc6a512864a70..76869cf2e289d25796a5478118c451fc4f44b8e1 100644 (file)
@@ -1,5 +1,16 @@
 <?php
-require_once ('../src/validate.php');
+
+   /**
+    **  draft_actions.php
+    **
+    **  Copyright (c) 1999-2000 The SquirrelMail development team
+    **  Licensed under the GNU GPL. For full terms see the file COPYING.
+    **
+    **
+    **  $Id$
+    **/
+
+    require_once ('../src/validate.php');
 
    /* Print all the needed RFC822 headers */
    function write822HeaderForDraft ($fp, $t, $c, $b, $subject, $more_headers) {