Indentation fixes and minor cleanups
[squirrelmail.git] / src / delete_message.php
index f2791eea2e6e43e250fc4e1bce78dd9f41c22449..b876be57b764fa33df18fc348dc9ad646e07104a 100644 (file)
@@ -48,10 +48,10 @@ if (sqGetGlobalVar('what', $tmp, SQ_FORM)) {
     $what = urlencode($tmp);
 }
 if (sqGetGlobalVar('sort', $tmp, SQ_FORM)) {
-       $sort = (int) $tmp;
+    $sort = (int) $tmp;
 }
 if (sqGetGlobalVar('startMessage', $tmp, SQ_FORM)) {
-       $startMessage = (int) $tmp;
+    $startMessage = (int) $tmp;
 }
 
 $imapConnection = sqimap_login($username, $key, $imapServerAddress, $imapPort, 0);
@@ -87,4 +87,4 @@ if (isset($where) && isset($what)) {
 
 sqimap_logout($imapConnection);
 
-?>
+?>
\ No newline at end of file