[Affelio-cvs 544] CVS update: affelio/lib

Back to archive index

Tadashi Okoshi slash****@users*****
2005年 7月 6日 (水) 08:18:21 JST


Index: affelio/lib/AffelioApp.pm
diff -u affelio/lib/AffelioApp.pm:1.10 affelio/lib/AffelioApp.pm:1.11
--- affelio/lib/AffelioApp.pm:1.10	Fri Jul  1 11:00:06 2005
+++ affelio/lib/AffelioApp.pm	Wed Jul  6 08:18:21 2005
@@ -14,7 +14,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #
-# $Id: AffelioApp.pm,v 1.10 2005/07/01 02:00:06 slash5234 Exp $
+# $Id: AffelioApp.pm,v 1.11 2005/07/05 23:18:21 slash5234 Exp $
 
 package AffelioApp;
 {
@@ -263,6 +263,10 @@
 	if($info_name eq "web_root"){
 	    return($self->{af}->{site__web_root});
 	}
+	if($info_name eq "locale"){
+	    return($self->{af}->{site__locale});
+	}
+
 	return;
     }
 


Affelio-cvs メーリングリストの案内
Back to archive index