Luxbum.net - Script de galerie photo

Changeset 307

Show
Ignore:
Timestamp:
03/18/08 19:55:39 (8 months ago)
Author:
nicolas
Message:

oops: prise en compte du parametre id

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/luxbum-0.6/_librairies/ModeliXe.php

    r306 r307  
    532532      //Build of a select tag from an array 
    533533      if (is_array($arrayArg)){ 
    534          $sel = "\n".'<select name="'.$name.$post.'" id="'.$name.$post.'" '; 
     534         $sel = "\n".'<select name="'.$name.$post.'" id="'.$id.$post.'" '; 
    535535         if ($attribut) $sel .= $attribut.' '; 
    536536         if ($javascript) $sel .= $javascript;