projects
/
squirrelmail.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Initial groundwork to use phpdocumentor.
[squirrelmail.git]
/
plugins
/
mail_fetch
/
functions.php
diff --git
a/plugins/mail_fetch/functions.php
b/plugins/mail_fetch/functions.php
index
42d1704
..
068ad82
100644
(file)
--- a/
plugins/mail_fetch/functions.php
+++ b/
plugins/mail_fetch/functions.php
@@
-13,8
+13,13
@@
** Adapted for MailFetch by Philippe Mingo <mingo@rotedic.com>
**
** $Id$
+ * @package plugins
+ * @subpackage mail_fetch
**/
+ /**
+ * hex2bin - document me
+ */
function hex2bin( $data ) {
/* Original code by josh@superfork.com */