Replaced tabs to spaces.
This commit is contained in:
parent
c9f6887d5b
commit
7aa5877492
@ -68,11 +68,11 @@ class ModelMySQL {
|
|||||||
if ($db->errno) {
|
if ($db->errno) {
|
||||||
echo '<style>body{white-space: pre-line;}</style>';
|
echo '<style>body{white-space: pre-line;}</style>';
|
||||||
throw new \Exception(
|
throw new \Exception(
|
||||||
"\nFallo al consultar la base de datos\n" .
|
"\nFallo al consultar la base de datos\n" .
|
||||||
"Errno: $db->errno\n" .
|
"Errno: $db->errno\n" .
|
||||||
"Error: $db->error\n" .
|
"Error: $db->error\n" .
|
||||||
"Query: $query\n"
|
"Query: $query\n"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
return $result;
|
return $result;
|
||||||
|
Loading…
Reference in New Issue
Block a user