added sql debugging
This commit is contained in:
@@ -148,8 +148,10 @@
|
||||
<th>Spleiß Kunde</th>
|
||||
<th>Fertig</th>
|
||||
</tr>
|
||||
<?php $bcount = 0; foreach($terminations as $term): ?>
|
||||
<?php if($bcount > 0): ?>
|
||||
<?php $bcount = 0;
|
||||
foreach($terminations as $term): ?>
|
||||
|
||||
<?php if($bcount > 0): ?>
|
||||
<tr id="termination-<?=$term->id?>-top-header" class="hidden">
|
||||
<th>Anschluss</th>
|
||||
<th>Baustatus</th>
|
||||
|
||||
@@ -62,7 +62,8 @@ class FronkDB {
|
||||
}
|
||||
|
||||
if(FRONKDB_SQLDEBUG==true) {
|
||||
echo "$sql\n";
|
||||
$this->log->debug("[FronkDB] $sql");
|
||||
//echo "$sql\n";
|
||||
}
|
||||
|
||||
if($this->result=mysqli_query($this->link,$sql)) {
|
||||
|
||||
Reference in New Issue
Block a user