Fix typo.

This commit is contained in:
Michal Čihař
2009-03-23 15:17:22 +00:00
parent 17c3461cab
commit 7e29a2c60e

View File

@@ -93,7 +93,7 @@ if ($cfgRelation['displaywork']) {
} }
// will be used in the logic for internal relations and foreign keys: // will be used in the logic for internal relations and foreign keys:
$me_fields_name $me_fields_name =
isset($_REQUEST['fields_name']) isset($_REQUEST['fields_name'])
? $_REQUEST['fields_name'] ? $_REQUEST['fields_name']
: null; : null;