~ubuntu-branches/debian/sid/phpldapadmin/sid

« back to all changes in this revision

Viewing changes to export_form.php

  • Committer: Bazaar Package Importer
  • Author(s): Fabio Tranchitella
  • Date: 2004-06-05 20:23:23 UTC
  • Revision ID: james.westby@ubuntu.com-20040605202323-ib7di8x022w61b5l
Tags: 0.9.4-6
* Fixed some mistakes in debconf template. (Closes: #252473)
* Added italian and french debconf template translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
 
// $Header: /cvsroot/phpldapadmin/phpldapadmin/export_form.php,v 1.6 2004/03/19 20:13:08 i18phpldapadmin Exp $
 
2
// $Header: /cvsroot/phpldapadmin/phpldapadmin/export_form.php,v 1.7 2004/05/05 23:21:57 xrenard Exp $
3
3
 
4
4
/**
5
5
 * export_form.php
9
9
 *
10
10
 */
11
11
 
12
 
require 'common.php';
13
12
require 'export_functions.php';
14
13
 
15
14
$server_id = isset( $_GET['server_id'] ) ? $_GET['server_id']:NULL ;