mirror of
https://github.com/vrana/adminer.git
synced 2025-08-18 04:11:27 +02:00
Substitute foreign keys in e-mail fields
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1079 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -324,9 +324,10 @@ class Adminer {
|
||||
|
||||
/** Process extras in select form
|
||||
* @param array AND conditions
|
||||
* @param array
|
||||
* @return bool true if processed, false to process other parts of form
|
||||
*/
|
||||
function selectEmailProcess($where) {
|
||||
function selectEmailProcess($where, $foreignKeys) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user