merge Loic's version

This commit is contained in:
Marc Delisle
2001-07-30 21:21:19 +00:00
parent 5e29b9ec10
commit 0ab0ad63b1
37 changed files with 5108 additions and 3655 deletions

View File

@@ -1,8 +1,9 @@
<?php
/* $Id$ */
if(!defined("__OB_LIB_INC__"))
define("__OB_LIB_INC__", 1);
if(!defined('__OB_LIB_INC__')) {
define('__OB_LIB_INC__', 1);
# Output buffer functions for phpMyAdmin
@@ -79,4 +80,6 @@
return $retval;
}
} // INC
?>