from patch 1649881, support procedures and functions (work in progress)

This commit is contained in:
Marc Delisle
2007-03-17 15:09:37 +00:00
parent b61b210703
commit 1f388161f4
122 changed files with 252 additions and 5 deletions

View File

@@ -496,6 +496,12 @@ if ($at_least_one_view_exceeds_max_count && !$db_is_information_schema) {
<hr />
<?php
// Routines
echo '<fieldset>' . "\n";
echo ' <legend>' . $strRoutines . '</legend>' . "\n";
require './libraries/db_routines.inc.php';
echo '</fieldset>' . "\n";
/**
* Work on the database
* redesigned 2004-05-08 by mkkeck