Merge branch 'QA_3_3'
This commit is contained in:
@@ -119,6 +119,7 @@ $Id$
|
|||||||
a page size increase, thanks to Martin Schönberger - mad05
|
a page size increase, thanks to Martin Schönberger - mad05
|
||||||
- bug #3054458 [core] Fixed displaying number of rows.
|
- bug #3054458 [core] Fixed displaying number of rows.
|
||||||
- bug #3035300 [parser] Fixed wrong definition of keywords.
|
- bug #3035300 [parser] Fixed wrong definition of keywords.
|
||||||
|
- [setup] Fixed escaping of server name.
|
||||||
|
|
||||||
3.3.6.0 (2010-08-28)
|
3.3.6.0 (2010-08-28)
|
||||||
- bug #3033063 [core] Navi gets wrong db name
|
- bug #3033063 [core] Navi gets wrong db name
|
||||||
|
@@ -117,7 +117,7 @@ display_form_top('index.php', 'get', array(
|
|||||||
<?php foreach ($cf->getServers() as $id => $server): ?>
|
<?php foreach ($cf->getServers() as $id => $server): ?>
|
||||||
<tr>
|
<tr>
|
||||||
<td><?php echo $id ?></td>
|
<td><?php echo $id ?></td>
|
||||||
<td><?php echo $cf->getServerName($id) ?></td>
|
<td><?php echo htmlspecialchars($cf->getServerName($id)) ?></td>
|
||||||
<td><?php echo htmlspecialchars($cf->getValue("Servers/$id/auth_type")) ?></td>
|
<td><?php echo htmlspecialchars($cf->getValue("Servers/$id/auth_type")) ?></td>
|
||||||
<td><?php echo htmlspecialchars($cf->getServerDSN($id)) ?></td>
|
<td><?php echo htmlspecialchars($cf->getServerDSN($id)) ?></td>
|
||||||
<td style="white-space: nowrap">
|
<td style="white-space: nowrap">
|
||||||
|
Reference in New Issue
Block a user