NLS:: -> Horde_Nls:: (moved to Git)
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 9 Jul 2009 08:18:18 +0000 (08:18 +0000)
committerBen Klang <ben@alkaloid.net>
Sun, 10 Jan 2010 04:05:30 +0000 (23:05 -0500)
graphgen.php
templates/common-header.inc

index d997bbf..06e186d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * $Horde: incubator/operator/graphgen.php,v 1.10 2009/06/10 05:24:30 slusarz Exp $
+ * $Horde: incubator/operator/graphgen.php,v 1.11 2009/07/09 08:18:18 slusarz Exp $
  *
  * Copyright 2008 The Horde Project <http://www.horde.org>
  *
@@ -16,7 +16,7 @@ require_once OPERATOR_BASE . '/lib/base.php';
 // Load PEAR's Image_Graph library
 require_once 'Image/Graph.php';
 
-#setlocale(LC_ALL, NLS::select());
+#setlocale(LC_ALL, Horde_Nls::select());
 setlocale(LC_ALL, 'en_US');
 
 $graphtype = Horde_Util::getFormData('graph');
index d6551a5..0c8bb66 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 if (isset($language)) {
-    header('Content-type: text/html; charset=' . NLS::getCharset());
+    header('Content-type: text/html; charset=' . Horde_Nls::getCharset());
     header('Vary: Accept-Language');
 }
 ?>