~ubuntu-branches/ubuntu/hardy/phpmyadmin/hardy

« back to all changes in this revision

Viewing changes to libraries/config.default.php

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst, Thijs Kinkhorst, Translations
  • Date: 2007-06-17 17:52:03 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20070617175203-6oa2mpmgazkhp8tl
Tags: 4:2.10.2-1

[ Thijs Kinkhorst ]
* New upstream release.
* Welcome Michal Čihař as new co-maintainer.

[ Translations ]
* Vietnamese by Clytie Siddall (Closes: #427177).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
2
/* !!! DO NOT EDIT THIS FILE, EDIT config.inc.php INSTEAD !!! */
3
3
 
4
 
/* $Id: config.default.php 10040 2007-03-01 15:36:20Z lem9 $ */
 
4
/* $Id: config.default.php 10406 2007-05-20 19:00:38Z lem9 $ */
5
5
// vim: expandtab sw=4 ts=4 sts=4:
6
6
 
7
7
/**
328
328
$cfg['Export']['sql_drop_database']         = FALSE;
329
329
$cfg['Export']['sql_drop_table']            = FALSE;
330
330
$cfg['Export']['sql_if_not_exists']         = FALSE;
 
331
$cfg['Export']['sql_procedure_function']    = FALSE;
331
332
$cfg['Export']['sql_auto_increment']        = TRUE;
332
333
$cfg['Export']['sql_backquotes']            = TRUE;
333
334
$cfg['Export']['sql_dates']                 = FALSE;