Skip to content

Commit

Permalink
Wrap a long line
Browse files Browse the repository at this point in the history
  • Loading branch information
madhuracj committed Jun 23, 2012
1 parent 6fdf3a9 commit a8dc1ed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions libraries/url_generating.lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@
*
* @access public
*/
function PMA_generate_common_hidden_inputs($db = '', $table = '', $indent = 0, $skip = array())
{
function PMA_generate_common_hidden_inputs($db = '', $table = '',
$indent = 0, $skip = array()
) {
if (is_array($db)) {
$params =& $db;
$_indent = empty($table) ? $indent : $table;
Expand Down

0 comments on commit a8dc1ed

Please sign in to comment.