Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 480 → Rev 481

/trunk/client/integrateur_wikini/bibliotheque/gestion_wikini.class.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: gestion_wikini.class.php,v 1.1 2005-09-09 09:37:17 ddelon Exp $
// CVS : $Id: gestion_wikini.class.php,v 1.2 2005-09-28 16:29:39 ddelon Exp $
/**
* Application projet
*
31,7 → 31,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.1 $
*@version $Revision: 1.2 $
// +------------------------------------------------------------------------------------------------------+
*/
 
167,8 → 167,11
*/
function suppression_tables( $prefixe )
{
$resultat = $this->_db->query("DROP TABLE ".$prefixe."_acls ,".$prefixe."_links ,".$prefixe."_pages ,".
$prefixe."_referrers ,".$prefixe."_users") ;
// Trop dangereux !!!!
// $resultat = $this->_db->query("DROP TABLE ".$prefixe."_acls ,".$prefixe."_links ,".$prefixe."_pages ,".
// $prefixe."_referrers ,".$prefixe."_users") ;
// if (DB::isError ($resultat)) {
// echo ('Echec de la requete de suppression <br />'.$resultat->getMessage()) ;
// }