Skip to content

Commit

Permalink
Wrap some long lines
Browse files Browse the repository at this point in the history
  • Loading branch information
madhuracj committed Oct 28, 2012
1 parent 4048f61 commit 74f2044
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions libraries/rte/rte_events.lib.php
Expand Up @@ -121,8 +121,8 @@ function PMA_EVN_handleEditor()
)
. '<br />'
. __('MySQL said: ') . PMA_DBI_getError(null);
// We dropped the old item, but were unable to create the new one
// Try to restore the backup query
// We dropped the old item, but were unable to create
// the new one. Try to restore the backup query
$result = PMA_DBI_try_query($create_item);
if (! $result) {
// OMG, this is really bad! We dropped the query,
Expand Down Expand Up @@ -517,7 +517,8 @@ function PMA_EVN_getEditorForm($mode, $operation, $item)
$retval .= "</tr>\n";
$retval .= "<tr>\n";
$retval .= " <td>" . __('On completion preserve') . "</td>\n";
$retval .= " <td><input type='checkbox' name='item_preserve'{$item['item_preserve']} /></td>\n";
$retval .= " <td><input type='checkbox'\n";
$retval .= " name='item_preserve'{$item['item_preserve']} /></td>\n";
$retval .= "</tr>\n";
$retval .= "<tr>\n";
$retval .= " <td>" . __('Definer') . "</td>\n";
Expand Down

0 comments on commit 74f2044

Please sign in to comment.