From: Michael M Slusarz Date: Thu, 9 Jul 2009 08:18:18 +0000 (+0000) Subject: NLS:: -> Horde_Nls:: (moved to Git) X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=c0db88f7b571e0bb332e1d9b18b46985a05f639c;p=horde.git NLS:: -> Horde_Nls:: (moved to Git) --- diff --git a/graphgen.php b/graphgen.php index d997bbfce..06e186df8 100644 --- a/graphgen.php +++ b/graphgen.php @@ -1,6 +1,6 @@ * @@ -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'); diff --git a/templates/common-header.inc b/templates/common-header.inc index d6551a577..0c8bb6686 100644 --- a/templates/common-header.inc +++ b/templates/common-header.inc @@ -1,6 +1,6 @@