@pacakge
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 17 Jan 2010 14:56:23 +0000 (09:56 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 17 Jan 2010 14:56:23 +0000 (09:56 -0500)
ansel/lib/Form/Image.php
ansel/lib/Form/ImageDate.php
ansel/lib/Form/Watermark.php
ansel/lib/GalleryMode/Date.php
ansel/lib/GalleryMode/Normal.php

index 9e45588..f52b989 100644 (file)
@@ -6,6 +6,7 @@
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
  * @author Chuck Hagenbuch <chuck@horde.org>
+ * @package Ansel
  */
 class Ansel_Form_Image extends Horde_Form
 {
index 93f51a5..65a0182 100644 (file)
@@ -6,6 +6,7 @@
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
  * @author Michael J. Rubinsky <mrubinsk@horde.org>
+ * @package Ansel
  */
 class Ansel_Form_ImageDate extends Horde_Form
 {
index 54a272f..eb972ff 100644 (file)
@@ -6,6 +6,7 @@
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
  * @author Chuck Hagenbuch <chuck@horde.org>
+ * @pacakge Ansel
  */
 class Ansel_Form_Watermark extends Horde_Form
 {
index c7c1b02..5676d2c 100644 (file)
@@ -9,6 +9,7 @@
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
  * @author Michael J. Rubinsky <mrubinsk@horde.org>
+ * @package Ansel
  */
 class Ansel_GalleryMode_Date {
 
@@ -660,6 +661,8 @@ class Ansel_GalleryMode_Date {
  *
  * TODO: For PHP5, this should be rewritten to get rid of all these gosh-darn
  * pass through functions.
+ *
+ * @package Ansel
  */
 class Ansel_Gallery_Date {
 
index 79c4b0f..56c2989 100644 (file)
@@ -9,6 +9,7 @@
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
  *
  * @author Michael J. Rubinsky <mrubinsk@horde.org>
+ * @package Ansel
  */
 
 class Ansel_GalleryMode_Normal {