Index: typo3/sysext/lowlevel/class.tx_lowlevel_cleaner.php
===================================================================
--- typo3/sysext/lowlevel/class.tx_lowlevel_cleaner.php (revision 5438)
+++ typo3/sysext/lowlevel/class.tx_lowlevel_cleaner.php (working copy)
@@ -135,7 +135,7 @@
if (is_array($this->pObj->MOD_MENU['tx_lowlevel_cleaner'])) {
$menu = '';
foreach($this->pObj->MOD_MENU['tx_lowlevel_cleaner'] as $key => $value) {
- $menu.=''.htmlspecialchars($value).'
';
+ $menu .= '' . htmlspecialchars($value) . '
';
}
return $menu;
}
@@ -186,7 +186,7 @@
function quickDBlookUp() {
$output = 'Enter [table]:[uid]:[fieldlist (optional)] ';
- $output.='
';
+ $output .= '
';
// Show record:
if (t3lib_div::_POST('table_uid')) {
@@ -196,19 +196,19 @@
if (count($rec)) {
if (t3lib_div::_POST('_EDIT')) {
- $output.='
Edit:
';
+ $output .= '
Edit:
';
foreach($rec as $field => $value) {
- $output.= htmlspecialchars($field).'
';
+ $output .= htmlspecialchars($field) . '
';
}
$output.='';
} elseif (t3lib_div::_POST('_SAVE')) {
$incomingData = t3lib_div::_POST('record');
$GLOBALS['TYPO3_DB']->exec_UPDATEquery($table,'uid='.intval($uid),$incomingData[$table][$uid]);
- $output.='
Updated '.$table.':'.$uid.'...';
+ $output .= '
Updated ' . $table . ':' . $uid . '...';
$this->updateRefIndex($table,$uid);
} else if (t3lib_div::_POST('_DELETE')) {
$GLOBALS['TYPO3_DB']->exec_DELETEquery($table,'uid='.intval($uid));
- $output.='
Deleted '.$table.':'.$uid.'...';
+ $output .= '
Deleted ' . $table . ':' . $uid . '...';
$this->updateRefIndex($table,$uid);
} else {
$output.='';
Index: typo3/sysext/lowlevel/config/index.php
===================================================================
--- typo3/sysext/lowlevel/config/index.php (revision 5438)
+++ typo3/sysext/lowlevel/config/index.php (working copy)
@@ -251,13 +251,13 @@
if (t3lib_div::_GP('varname')) {
$this->content .= '
' . $GLOBALS['LANG']->getLL('variable', true) . '
-
+
' . $GLOBALS['LANG']->getLL('copyPaste', true) . '
';
}
- $this->content.= '
';
+ $this->content.= '
';
$this->content.= '
|
|