From: Stéphane Jacob Date: Sun, 19 Jun 2011 22:05:20 +0000 (+0200) Subject: Missing const. X-Git-Tag: xorg/1.1.2~10 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=d099c3e30789ed1903039a9c3565b1fd72e6cb70;p=platal.git Missing const. Signed-off-by: Stéphane Jacob --- diff --git a/classes/direnum.php b/classes/direnum.php index 793d742..8a3829d 100644 --- a/classes/direnum.php +++ b/classes/direnum.php @@ -42,6 +42,7 @@ class DirEnum const CORPSRANKS = 'corpsranks'; const NATIONALITIES = 'nationalities'; + const POSTALCODES = 'postalcodes'; const SUBLOCALITIES = 'sublocalities'; const LOCALITIES = 'localities'; const ADMNISTRATIVEAREAS3 = 'admnistrativeareas3';