From 79024c81ed6bac4097b1c08fcf865949d4489695 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 14 Sep 2011 12:32:17 +0000 Subject: [PATCH] Fix: syntax error --- htdocs/societe/societe.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/societe/societe.php b/htdocs/societe/societe.php index 00d84ab4e81..17cb1021f7c 100644 --- a/htdocs/societe/societe.php +++ b/htdocs/societe/societe.php @@ -39,7 +39,7 @@ $result = restrictedArea($user,'societe',$socid,''); $search_nom=trim(GETPOST("search_nom")); $search_nom_only=trim(GETPOST("search_nom_only")); $search_all=trim(GETPOST("search_all")); -$search_ville=trim(GETPOT("search_ville")); +$search_ville=trim(GETPOST("search_ville")); $socname=trim(GETPOST("socname")); $search_idprof1=trim(GETPOST('search_idprof1')); $search_idprof2=trim(GETPOST('search_idprof2'));