/[phpcompta]/phpcompta/include/fiche_inc.php
ViewVC logotype

Diff of /phpcompta/include/fiche_inc.php

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

revision 1.17 by sparkyx, Wed May 4 22:09:59 2005 UTC revision 1.18 by sparkyx, Wed May 4 22:27:09 2005 UTC
# Line 64  function AddFiche($p_cn,$p_type,$p_array Line 64  function AddFiche($p_cn,$p_type,$p_array
64    }    }
65    // First verify that the name is not null    // First verify that the name is not null
66    // av_text.ATTR_DEF_NAME    // av_text.ATTR_DEF_NAME
67    if ( strlen(trim($p_av_text1 )) ==0 )    if ( strlen(trim($p_av_text0 )) ==0 )
68      return;      return;
69    
70    // First Get the attr of the fiche    // First Get the attr of the fiche
# Line 280  function EncodeFiche($p_cn,$p_type,$p_ar Line 280  function EncodeFiche($p_cn,$p_type,$p_ar
280        }        }
281        // content of the attribute        // content of the attribute
282        printf ('<TR><TD> %s </TD><TD><INPUT TYPE="TEXT" NAME="av_text%d">%s %s</TD></TR>',        printf ('<TR><TD> %s </TD><TD><INPUT TYPE="TEXT" NAME="av_text%d">%s %s</TD></TR>',
283                $l_line['ad_text'], $l_line['ad_id'],$Hid,$but_search_poste);                $l_line['ad_text'], $i,$Hid,$but_search_poste);
284     }     }
285      echo '</TR>';      echo '</TR>';
286      echo '</TABLE>';      echo '</TABLE>';

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

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