Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2005-11-15 14:14:17 +0300
committerMichal Čihař <michal@cihar.com>2005-11-15 14:14:17 +0300
commit94355887cefeea635b86043162aee05ef9116e77 (patch)
tree252de0b005573b453c42d1a6c59fb0d34cf5309e /transformation_wrapper.php
parent0ccc8c861125a97dd9df180ba59ed9a5f974b47d (diff)
Use define rather than variable for conditional paths.
Diffstat (limited to 'transformation_wrapper.php')
-rw-r--r--transformation_wrapper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/transformation_wrapper.php b/transformation_wrapper.php
index 0af1c5b3ab..e2a9932198 100644
--- a/transformation_wrapper.php
+++ b/transformation_wrapper.php
@@ -2,7 +2,7 @@
/* $Id$ */
// vim: expandtab sw=4 ts=4 sts=4:
-$is_transformation_wrapper = true;
+define('IS_TRANSFORMATION_WRAPPER', true);
/**
* Get the variables sent or posted to this script and displays the header