1
0
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:
jakubvrana
2009-09-09 20:19:27 +00:00
parent 2e680bc9bd
commit dea345cbd5
3 changed files with 13 additions and 8 deletions

View File

@@ -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;
}