From: Pierre Habouzit (MadCoder Date: Fri, 25 Feb 2005 12:25:23 +0000 (+0000) Subject: this is the correct policy X-Git-Tag: xorg/old~254 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=f5df6b528909c8c714e61781bb4834b617173cb5;p=platal.git this is the correct policy git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-506 --- diff --git a/include/validations/photos.inc.php b/include/validations/photos.inc.php index c886f72..8a51111 100644 --- a/include/validations/photos.inc.php +++ b/include/validations/photos.inc.php @@ -32,7 +32,7 @@ class PhotoReq extends Validate var $unique = true; - var $rules = "La validation des photos sert uniquement à interdire les photos qui ont un copyright, tout le reste est valable."; + var $rules = "Il faut interdire les photos : (1) protégées par des droits d'auteurs (2) de mineurs."; // }}} // {{{ constructor