Browse Source

Documenting Subs-Attachments.php - fixed typo (thanks Norv) and documented last function (thanks Kays48)

Signed-off-by: emanuele <[email protected]>
emanuele 12 years ago
parent
commit
f5c6aaacbb
1 changed files with 3 additions and 2 deletions
  1. 3 2
      Sources/Subs-Attachments.php

+ 3 - 2
Sources/Subs-Attachments.php

@@ -124,7 +124,7 @@ function automanage_attachments_check_directory()
  *
  * @param $updir: the directory to be created
  *
- * @return (bool) false on erros
+ * @return (bool) false on errors
  */
 function automanage_attachments_create_directory($updir)
 {
@@ -206,7 +206,8 @@ function automanage_attachments_create_directory($updir)
 }
 
 /**
- * 
+ * Called when a directory space limit is reached.
+ * Creates a new directory and increments the directory suffix number.
  *
  * @return (bool) false on erros
  */