mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 09:28:29 +01:00
formatting
This commit is contained in:
parent
3861b64b16
commit
f8ee781c06
@ -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
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user