mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
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