formatting

This commit is contained in:
Miles Lott 2002-05-26 20:32:54 +00:00
parent 3861b64b16
commit f8ee781c06
2 changed files with 231 additions and 230 deletions

View File

@ -1,7 +1,7 @@
<?php
/**************************************************************************\
* phpGroupWare Email - POP3 Mail Wrapper for Imap Enabled PHP *
* http://www.phpgroupware.org/ * *
* http://www.phpgroupware.org/ *
* -------------------------------------------------------------------------*
* This library is part of phpGroupWare (http://www.phpgroupware.org) *
* This library is free software; you can redistribute it and/or modify it *
@ -248,5 +248,4 @@
$folder_str = $GLOBALS['phpgw']->msg->get_folder_short($folder);
return $folder_str;
}
} // end of class msg

View File

@ -21,6 +21,8 @@
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *
\**************************************************************************/
/* $Id$ */
/*!
@class msg (sockets)
@abstract part of mail Data Communications class
@ -248,7 +250,6 @@
return $return_num_msg;
}
/**************************************************************************\
* Message Sorting
\**************************************************************************/
@ -1134,7 +1135,8 @@
$info->ifparameters = true;
break;
*/
default : break;
default:
break;
}
}
@ -1360,7 +1362,7 @@
case 'image' : $type_int = TYPEIMAGE; break;
case 'video' : $type_int = TYPEVIDEO; break;
// this causes errors under php 4.0.6, but used to work before that, I think
//defaut : $type_int = TYPEOTHER; break;
//default : $type_int = TYPEOTHER; break;
}
return $type_int;
}