Skip to content

Commit

Permalink
fixed the scope identifier and line 685.
Browse files Browse the repository at this point in the history
  • Loading branch information
sseshachala committed Jan 8, 2012
1 parent 4a56969 commit c83f0ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libraries/joomla/database/database/sqlsrv.php
Expand Up @@ -682,7 +682,6 @@ public function query()

return $this->cursor;
}

/**
* This function replaces a string identifier <var>$prefix</var> with the string held is the
* <var>tablePrefix</var> class variable.
Expand All @@ -694,7 +693,7 @@ public function query()
*
* @since 11.1
*/
function replacePrefix($sql, $prefix = '#__')
public function replacePrefix($sql, $prefix = '#__')
{
$tablePrefix = 'jos_';
// Initialize variables.
Expand Down

0 comments on commit c83f0ff

Please sign in to comment.