';
// XMLDB field name
// If the field has dependencies, we cannot change its name
$disabled = '';
diff --git a/public/admin/tool/xmldb/actions/edit_index/edit_index.class.php b/public/admin/tool/xmldb/actions/edit_index/edit_index.class.php
index ed8d894346b..c88505f2f02 100644
--- a/public/admin/tool/xmldb/actions/edit_index/edit_index.class.php
+++ b/public/admin/tool/xmldb/actions/edit_index/edit_index.class.php
@@ -106,7 +106,7 @@ class edit_index extends XMLDBAction {
$o.= ' ';
$o.= ' ';
$o.= ' ';
- $o.= '
';
+ $o .= '
';
// XMLDB index name
// If the index has dependencies, we cannot change its name
$disabled = '';
diff --git a/public/admin/tool/xmldb/actions/edit_key/edit_key.class.php b/public/admin/tool/xmldb/actions/edit_key/edit_key.class.php
index 9e78589b994..27a5c9eac56 100644
--- a/public/admin/tool/xmldb/actions/edit_key/edit_key.class.php
+++ b/public/admin/tool/xmldb/actions/edit_key/edit_key.class.php
@@ -106,7 +106,7 @@ class edit_key extends XMLDBAction {
$o.= ' ';
$o.= ' ';
$o.= ' ';
- $o.= '
';
+ $o .= '
';
// XMLDB key name
// If the key has dependencies, we cannot change its name
$disabled = '';
diff --git a/public/admin/tool/xmldb/actions/edit_table/edit_table.class.php b/public/admin/tool/xmldb/actions/edit_table/edit_table.class.php
index aa82f99d82b..b83b2d8cc2a 100644
--- a/public/admin/tool/xmldb/actions/edit_table/edit_table.class.php
+++ b/public/admin/tool/xmldb/actions/edit_table/edit_table.class.php
@@ -126,7 +126,7 @@ class edit_table extends XMLDBAction {
$o.= ' ';
$o.= ' ';
$o.= ' ';
- $o .= '
';
+ $o .= '
';
// If the table is being used, we cannot rename it
if ($structure->getTableUses($table->getName())) {
$o.= '
Name:
' . s($table->getName()) .'
';
@@ -208,7 +208,7 @@ class edit_table extends XMLDBAction {
$fields = $table->getFields();
if (!empty($fields)) {
$o .= '
' . $this->str['fields'] . '
';
- $o .= '
';
+ $o .= '
';
$row = 0;
foreach ($fields as $field) {
// Drag element up/down.
@@ -259,7 +259,7 @@ class edit_table extends XMLDBAction {
$keys = $table->getKeys();
if (!empty($keys)) {
$o .= '
' . $this->str['keys'] . '
';
- $o .= '
';
+ $o .= '
';
$row = 0;
foreach ($keys as $key) {
// Drag element up/down.
@@ -305,7 +305,7 @@ class edit_table extends XMLDBAction {
$indexes = $table->getIndexes();
if (!empty($indexes)) {
$o .= '
';
diff --git a/public/admin/tool/xmldb/actions/view_reserved_words/view_reserved_words.class.php b/public/admin/tool/xmldb/actions/view_reserved_words/view_reserved_words.class.php
index a3633840ba7..012abe2210a 100644
--- a/public/admin/tool/xmldb/actions/view_reserved_words/view_reserved_words.class.php
+++ b/public/admin/tool/xmldb/actions/view_reserved_words/view_reserved_words.class.php
@@ -103,7 +103,7 @@ class view_reserved_words extends XMLDBAction {
// The list of currently wrong field names
if ($wronguses) {
- $o.= '
';
+ $o .= '
';
$o.= '
' . $this->str['wrongreservedwords'] . '
';
$o.= '
';
$o.= '
' . implode('
', $wronguses) . '
';
@@ -112,7 +112,7 @@ class view_reserved_words extends XMLDBAction {
}
// The textarea showing all the reserved words
- $o.= '