/[dolibarr]/dolibarr/htdocs/html.form.class.php
ViewVC logotype

Diff of /dolibarr/htdocs/html.form.class.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.85 by eldy, Sat Jul 16 12:54:00 2005 UTC revision 1.86 by rodolphe, Sat Jul 30 09:16:38 2005 UTC
# Line 309  class Form Line 309  class Form
309     *    \param      htmlname        Nom champ formulaire     *    \param      htmlname        Nom champ formulaire
310     *    \param      filter          Criteres optionnels de filtre     *    \param      filter          Criteres optionnels de filtre
311     */     */
312    function select_societes($selected='',$htmlname='soc_id',$filter)    function select_societes($selected='',$htmlname='soc_id',$filter='')
313      {      {
314          // On recherche les societes          // On recherche les societes
315          $sql = "SELECT s.idp, s.nom FROM";          $sql = "SELECT s.idp, s.nom FROM";

Legend:
Removed from v.1.85  
changed lines
  Added in v.1.86

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26