[ Index ]
 

Code source de Claroline 188

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/claroline/install/ -> dropStatTables.inc.php (source)

   1  <?php // $Id: dropStatTables.inc.php,v 1.5 2006/07/06 15:21:30 moosh Exp $
   2  if ( count( get_included_files() ) == 1 ) die( '---' );
   3  /**
   4   * CLAROLINE
   5   *
   6   * DROP Statistics Tables
   7   *
   8   * @version 1.8 $Revision: 1.5 $
   9   *
  10   * @copyright 2001-2006 Universite catholique de Louvain (UCL)
  11   *
  12   * @license http://www.gnu.org/copyleft/gpl.html (GPL) GENERAL PUBLIC LICENSE
  13   *
  14   * @see http://www.claroline.net/wiki/index.php/Install
  15   *
  16   * @author Claro Team <cvs@claroline.net>
  17   * @author Christophe Gesché <moosh@claroline.net>
  18   *
  19   * @package INSTALL
  20   *
  21   */
  22  
  23  /**
  24   * @var $statsTblPrefixForm prefix set during  install, and keep in mainconf
  25   * @private $sql var where build sql request.
  26   */
  27  $dropStatementList[] = "DROP TABLE IF EXISTS `".$statsTblPrefixForm."track_e_default` ";
  28  $dropStatementList[] = "DROP TABLE IF EXISTS `".$statsTblPrefixForm."track_e_login` ";
  29  $dropStatementList[] = "DROP TABLE IF EXISTS `".$statsTblPrefixForm."track_e_open` ";
  30  ?>


Généré le : Thu Nov 29 14:38:42 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics