summaryrefslogtreecommitdiff
path: root/pages/account/58.php
diff options
context:
space:
mode:
authorINOPIAE <inopiae@cacert.org>2013-06-12 00:39:19 +0200
committerINOPIAE <inopiae@cacert.org>2013-06-12 00:39:19 +0200
commit9c46b712fc1b8b3bbdebe5a362c0d78fd7d96a00 (patch)
tree796c6fcc6b1fd9eed2632aa54df41fdc46868bec /pages/account/58.php
parentb1edfc72d61ee8da4b933e9e47557f354dec903e (diff)
downloadcacert-devel-9c46b712fc1b8b3bbdebe5a362c0d78fd7d96a00.tar.gz
cacert-devel-9c46b712fc1b8b3bbdebe5a362c0d78fd7d96a00.tar.xz
cacert-devel-9c46b712fc1b8b3bbdebe5a362c0d78fd7d96a00.zip
bug 1008: fixed query output from $res to $res1bug-1008
Diffstat (limited to 'pages/account/58.php')
-rw-r--r--pages/account/58.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/account/58.php b/pages/account/58.php
index fd035a3..1f6b1a0 100644
--- a/pages/account/58.php
+++ b/pages/account/58.php
@@ -45,7 +45,7 @@ if ($_SESSION['profile']['admin'] != 1 || !array_key_exists('userid',$_REQUEST)
<td class="DataTD"><b><?=_('Organisation')?></b></td>
<td class="DataTD"><b><?=_('Masteraccount')?></b></td>
</tr><?
- while($drow = mysql_fetch_assoc($res)){?>
+ while($drow = mysql_fetch_assoc($res1)){?>
<tr>
<td class="DataTD"><?=$drow['o']?></td>
<td class="DataTD"><?=$drow['masteracc'] ? _("Yes") : _("No") ?></td>