Subversion Repositories eFlore/Archives.eflore-consultation-v2

Compare Revisions

Ignore whitespace Rev 17 → Rev 59

/trunk/eflore_photo.inc.php
19,7 → 19,7
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: eflore_photo.inc.php,v 1.6 2004-08-17 11:13:38 linda Exp $
// CVS : $Id: eflore_photo.inc.php,v 1.7 2004-12-23 20:05:17 jpm Exp $
/**
* Titre
*
32,7 → 32,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.6 $ $Date: 2004-08-17 11:13:38 $
*@version $Revision: 1.7 $ $Date: 2004-12-23 20:05:17 $
*/
 
 
50,9 → 50,9
}
 
//requete sql
$req_img='select * from eflore_info_image, eflore_info_txt_a_taxon, eflore_inventaire_observation, eflore_licence, eflore_personne_contributeur';
$req_img='select * from eflore_info_image, eflore_taxon_a_txt, eflore_inventaire_observation, eflore_licence, eflore_personne_contributeur';
$req=' where eii_id_image=eitat_id_taxon_ref ';
$req.=' and eii_id_version_projet_img=eitat_id_version_projet_taxon_ref ';
$req.=' and eii_id_version_projet_img=etat_id_version_projet_taxon_ref ';
$req.=' and eio_ce_image=eii_id_image ';
$req.=' and eii_id_version_projet_img=eio_ce_version_projet_img ';
$req.=' and eii_ce_licence_img=eli_id_licence';
308,6 → 308,4
}
 
}
 
 
?>
?>