From dea8bc675105084163a8462130f3f4b12184e77b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 28 Feb 2010 19:05:01 +0000 Subject: [PATCH] Fix: Missing translation --- htdocs/soc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/soc.php b/htdocs/soc.php index 944532d71b6..4fa112f0e7d 100644 --- a/htdocs/soc.php +++ b/htdocs/soc.php @@ -41,6 +41,7 @@ $langs->load("companies"); $langs->load("commercial"); $langs->load("bills"); $langs->load("banks"); +$langs->load("users"); // Security check $socid = isset($_GET["socid"])?$_GET["socid"]:'';