from patch 1649881, support procedures and functions (work in progress)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user