changed <? to <?php in everything
[squirrelmail.git] / functions / imap.php
index 1bf3a248048c2be843095c2e0958025841130732..6ec0025efc49d783cd5c287c124a01bb8293a9b4 100644 (file)
@@ -1,7 +1,9 @@
-<?
+<?php
    /**  This just includes the different sections of the imap functions.
     **  They have been organized into these sections for simplicity sake.
     **/
+
+   $imap_php = true;
    
    include ("../functions/imap_mailbox.php");
    include ("../functions/imap_messages.php");