LDAP: couldn't connect to LDAP server

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
lpro:ws:ws_avec_wsdl [2016/01/11 09:50]
jbaudry
lpro:ws:ws_avec_wsdl [2016/12/15 15:47] (current)
jbaudry
Line 61: Line 61:
  $aJour[0] = '​Dimanche';​  $aJour[0] = '​Dimanche';​
  return $aJour[date("​w",​strtotime($parm))];​  return $aJour[date("​w",​strtotime($parm))];​
 +    }
 +    function hellotest($parm) {
 +      return "Hello "​.$parm ;
     }     }
 } }