~eventum-developers/eventum/trunk

« back to all changes in this revision

Viewing changes to upgrade/v1.5.1_to_v1.5.2/database_changes.php

  • Committer: Elan Ruusamäe
  • Date: 2009-06-27 15:00:41 UTC
  • Revision ID: glen@delfi.ee-20090627150041-mpb27al56kmprakw
- restructured

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
 
require_once(dirname(__FILE__) . "/../../../init.php");
3
 
require_once(APP_INC_PATH . "db_access.php");
 
2
require_once dirname(__FILE__) . '/../init.php';
4
3
 
5
4
 
6
5
$stmts = array();