Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 980 → Rev 983

/trunk/papyrus/applications/installateur/instal_base_de_donnees.inc.php
32,7 → 32,7
// | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
// | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: instal_base_de_donnees.inc.php,v 1.13 2006-10-05 14:01:21 ddelon Exp $
// CVS : $Id: instal_base_de_donnees.inc.php,v 1.14 2006-10-05 14:24:58 ddelon Exp $
/**
* Page de création de la base de données de Papyrus.
*
47,7 → 47,7
*@author Eric FELDSTEIN
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.13 $ $Date: 2006-10-05 14:01:21 $
*@version $Revision: 1.14 $ $Date: 2006-10-05 14:24:58 $
// +------------------------------------------------------------------------------------------------------+
**/
 
120,7 → 120,7
while (false !== ($repertoire = $d->read())) {
if (file_exists(GEN_CHEMIN_CLIENT.$repertoire.GEN_SEP.$repertoire.'_'.$version)) {
$sql_contenu.= GEN_CHEMIN_CLIENT.$repertoire.GEN_SEP.$repertoire.'_'.$version;
$sql_contenu.= PMA_readFile(GEN_CHEMIN_CLIENT.$repertoire.GEN_SEP.'documentation'.GEN_SEP.$repertoire.'_'.$version.'.sql');
}
}
255,6 → 255,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.13 2006/10/05 14:01:21 ddelon
* Gestion hooks creation base de donnee
*
* Revision 1.12 2005/09/23 14:20:23 florian
* nouvel habillage installateur, plus correction de quelques bugs
*