phpcs
This commit is contained in:
parent
ed2dd3f55f
commit
4fe0300701
@ -278,7 +278,7 @@ if (!$rowid)
|
||||
print '</table>';
|
||||
print '</div>';
|
||||
print '</form>';
|
||||
} catch(Exception $e) {
|
||||
} catch (Exception $e) {
|
||||
print $e->getMessage();
|
||||
}
|
||||
}
|
||||
|
||||
@ -216,7 +216,7 @@ if (!$rowid) {
|
||||
print '</td>';
|
||||
print "</tr>\n";
|
||||
}
|
||||
} catch(Exception $e) {
|
||||
} catch (Exception $e) {
|
||||
print '<tr><td colspan="6">'.$e->getMessage().'</td></td>';
|
||||
}
|
||||
print "</table>";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user