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:
authorGarvin Hicking <me@supergarv.de>2003-11-22 23:57:48 +0300
committerGarvin Hicking <me@supergarv.de>2003-11-22 23:57:48 +0300
commitc2b46ac9452b997ff61664e3f15a0f4e1367b1b2 (patch)
tree26f88dfa49345ad56261a93bf756941f99ddafe7 /chk_rel.php
parent096094b74d73ae02aef352b8daafac0706b69078 (diff)
Final batch of PHP3-Compatibility fixes. Please test. :-)
Diffstat (limited to 'chk_rel.php')
-rw-r--r--chk_rel.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/chk_rel.php b/chk_rel.php
index 5e0058beab..206af9d7f4 100644
--- a/chk_rel.php
+++ b/chk_rel.php
@@ -23,4 +23,4 @@ $cfgRelation = PMA_getRelationsParam(TRUE);
*/
echo "\n";
require('./footer.inc.php');
-?>
+?> \ No newline at end of file