From: Michael J. Rubinsky Date: Sun, 17 Jan 2010 14:56:23 +0000 (-0500) Subject: @pacakge X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=9569b68d607d7921e7dec6b137e132d7a07ea47b;p=horde.git @pacakge --- diff --git a/ansel/lib/Form/Image.php b/ansel/lib/Form/Image.php index 9e455881c..f52b989b8 100644 --- a/ansel/lib/Form/Image.php +++ b/ansel/lib/Form/Image.php @@ -6,6 +6,7 @@ * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * * @author Chuck Hagenbuch + * @package Ansel */ class Ansel_Form_Image extends Horde_Form { diff --git a/ansel/lib/Form/ImageDate.php b/ansel/lib/Form/ImageDate.php index 93f51a5df..65a0182dd 100644 --- a/ansel/lib/Form/ImageDate.php +++ b/ansel/lib/Form/ImageDate.php @@ -6,6 +6,7 @@ * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * * @author Michael J. Rubinsky + * @package Ansel */ class Ansel_Form_ImageDate extends Horde_Form { diff --git a/ansel/lib/Form/Watermark.php b/ansel/lib/Form/Watermark.php index 54a272fdf..eb972fff2 100644 --- a/ansel/lib/Form/Watermark.php +++ b/ansel/lib/Form/Watermark.php @@ -6,6 +6,7 @@ * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * * @author Chuck Hagenbuch + * @pacakge Ansel */ class Ansel_Form_Watermark extends Horde_Form { diff --git a/ansel/lib/GalleryMode/Date.php b/ansel/lib/GalleryMode/Date.php index c7c1b02bb..5676d2c64 100644 --- a/ansel/lib/GalleryMode/Date.php +++ b/ansel/lib/GalleryMode/Date.php @@ -9,6 +9,7 @@ * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * * @author Michael J. Rubinsky + * @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 { diff --git a/ansel/lib/GalleryMode/Normal.php b/ansel/lib/GalleryMode/Normal.php index 79c4b0f58..56c298964 100644 --- a/ansel/lib/GalleryMode/Normal.php +++ b/ansel/lib/GalleryMode/Normal.php @@ -9,6 +9,7 @@ * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * * @author Michael J. Rubinsky + * @package Ansel */ class Ansel_GalleryMode_Normal {