Navigation Menu

Skip to content

Commit

Permalink
Fixed code in domains.php
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardosapiras committed Jul 7, 2011
1 parent 2610d62 commit 4c1791b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions domains.php
Expand Up @@ -205,7 +205,7 @@ function doProperties($msg = '') {
$domaincons = $data->getDomainConstraints($_REQUEST['domain']);
$columns = array (
'name' => array (
'title' => $lang['strdatabase'],
'title' => $lang['strname'],
'field' => field('conname')
),
'definition' => array (
Expand All @@ -221,8 +221,7 @@ function doProperties($msg = '') {
'drop' => array (
'title' => $lang['strdrop'],
'url' => "domains.php?action=confirm_drop_con&{$misc->href}&domain=".urlencode($_REQUEST['domain'])."&",
'vars' => array ('constraint' => 'conname', 'type' => 'contype'),
'multiaction' => 'confirm_drop_con',
'vars' => array ('constraint' => 'conname', 'type' => 'contype')
)
);

Expand Down

0 comments on commit 4c1791b

Please sign in to comment.