coding standards

This commit is contained in:
Loïc Chapeaux
2002-10-04 08:30:07 +00:00
parent 5dbcad6527
commit abc5c3aa3a
5 changed files with 27 additions and 14 deletions

View File

@@ -1,6 +1,15 @@
<?php
// <markus@noga.de>
// get foreign keys in preparation for a drop-down selector
/* $Id$ */
/**
* Gets foreign keys in preparation for a drop-down selector
* Thanks to <markus@noga.de>
*/
if (!defined('PMA_GET_FOREIGN_LIB_INCLUDED')) {
define('PMA_GET_FOREIGN_LIB_INCLUDED', 1);
// lem9: we always show the foreign field in the drop-down; if a display
// field is defined, we show it besides the foreign field
@@ -32,4 +41,6 @@
$disp = PMA_mysql_query($dispsql);
}
} // end if $foreigners
} // $__PMA_GET_FOREIGN_LIB_INCLUDED__
?>