mirror of
https://github.com/vrana/adminer.git
synced 2025-08-13 10:04:07 +02:00
Trim trailing whitespace
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
class AdminerEmailTable {
|
||||
/** @access protected */
|
||||
var $table, $id, $title, $subject, $message;
|
||||
|
||||
|
||||
/**
|
||||
* @param string quoted table name
|
||||
* @param string quoted column name
|
||||
@@ -24,7 +24,7 @@ class AdminerEmailTable {
|
||||
$this->subject = $subject;
|
||||
$this->message = $message;
|
||||
}
|
||||
|
||||
|
||||
function selectEmailPrint($emailFields, $columns) {
|
||||
if ($emailFields) {
|
||||
print_fieldset("email", ('E-mail'));
|
||||
@@ -46,7 +46,7 @@ class AdminerEmailTable {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
function selectEmailProcess($where, $foreignKeys) {
|
||||
$connection = connection();
|
||||
if ($_POST["email_id"]) {
|
||||
@@ -56,5 +56,5 @@ class AdminerEmailTable {
|
||||
$_POST["email_message"] = $row[1];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user