[moodle] / mysql / chk_rel.php Repository:

View of /mysql/chk_rel.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.12 - (download) (annotate)
Sun Aug 26 06:14:20 2007 WST (2 years, 2 months ago) by skodak
Branch: MAIN
CVS Tags: HEAD
Changes since 1.11: +9 -7 lines
import of latest phpmyadmin 2.11.0 - cookies are not reset during upgrade/install anymore :-)
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
 *
 * @version $Id: chk_rel.php 10239 2007-04-01 09:51:41Z cybot_tm $
 */

/**
 * Gets some core libraries
 */
require_once './libraries/common.inc.php';
require_once './libraries/db_common.inc.php';
require_once './libraries/relation.lib.php';


/**
 * Gets the relation settings
 */
$cfgRelation = PMA_getRelationsParam(TRUE);


/**
 * Displays the footer
 */
require_once './libraries/footer.inc.php';
?>

Moodle CVS Admin
ViewVC Help
Powered by ViewVC 1.0.7