Subsequent fixes after major changes for PDO
This commit is contained in:
+2
-2
@@ -47,7 +47,7 @@
|
||||
{$lang_subnet_subnetaddress}
|
||||
</td>
|
||||
<td class="value">
|
||||
{if $subnet_proto_vers eq 4}
|
||||
{if $subnet->proto_vers eq 4}
|
||||
<a href="subnetview.php?subnet_id={$subnet->id}">{$subnet->address}</a>
|
||||
{else}
|
||||
{$subnet->address} / {$subnet->mask}
|
||||
@@ -62,7 +62,7 @@
|
||||
{$subnet->proto_vers}
|
||||
</td>
|
||||
</tr>
|
||||
{if $subnet_proto_vers eq 4}
|
||||
{if $subnet->proto_vers eq 4}
|
||||
<tr>
|
||||
<td class="label">
|
||||
{$lang_subnet_mask}
|
||||
|
||||
Reference in New Issue
Block a user