aboutsummaryrefslogtreecommitdiff
path: root/src/SemanticScuttle/db/mysql.php
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2023-08-30 20:12:31 -0300
committerSilvio Rhatto <rhatto@riseup.net>2023-08-30 20:12:31 -0300
commit01ebd549e71c82f3df2a7663255001b7c5521aca (patch)
treefe11d016b535b4f886c8c685eb5847b7eca5764d /src/SemanticScuttle/db/mysql.php
parent2c11bf33b106fba2ea510a2aef53067633800ed3 (diff)
parent7e5536c3f641567143b31fb9f54468184083ebce (diff)
downloadsemanticscuttle-master.tar.gz
semanticscuttle-master.tar.bz2
Merge branch 'master' of github.com:rhatto/SemanticScuttleHEADmaster
Diffstat (limited to 'src/SemanticScuttle/db/mysql.php')
-rw-r--r--src/SemanticScuttle/db/mysql.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/SemanticScuttle/db/mysql.php b/src/SemanticScuttle/db/mysql.php
index a646e0d..88b59d8 100644
--- a/src/SemanticScuttle/db/mysql.php
+++ b/src/SemanticScuttle/db/mysql.php
@@ -94,7 +94,7 @@ class sql_db
case 'commit':
$result = @mysql_query('COMMIT', $this->db_connect_id);
$this->transaction = false;
-
+
if (!$result)
{
@mysql_query('ROLLBACK', $this->db_connect_id);
@@ -291,7 +291,7 @@ class sql_db
}
return $result;
}
-
+
return false;
}
@@ -372,7 +372,7 @@ class sql_db
return mysql_escape_string($msg);
}
}
-
+
function sql_error($sql = '')
{
if (!$this->return_on_error)
@@ -386,7 +386,7 @@ class sql_db
{
$this->sql_transaction('rollback');
}
-
+
trigger_error($message, E_USER_ERROR);
}
@@ -463,7 +463,7 @@ class sql_db
{
$html_table = TRUE;
$html_hold .= '<table class="bg" width="100%" cellspacing="1" cellpadding="4" border="0" align="center"><tr>';
-
+
foreach (array_keys($row) as $val)
{
$html_hold .= '<th nowrap="nowrap">' . (($val) ? ucwords(str_replace('_', ' ', $val)) : '&nbsp;') . '</th>';
@@ -549,4 +549,4 @@ class sql_db
} // if ... define
-?> \ No newline at end of file
+?>