Skip to content

Commit

Permalink
added spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Uhl committed Aug 10, 2016
1 parent 12bad5d commit a6f0100
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions administrator/components/com_admin/script.php
Expand Up @@ -1773,8 +1773,7 @@ public function convertTablesToNewNullDate($newNull=null,$oldNull=null)
{
foreach ($queries as $query)
{
$query = str_replace(array('#O#','#T#'), array($oldNull,$newNull), $query);

$query = str_replace(array('#O#', '#T#'), array($oldNull, $newNull), $query);
try
{
$db->setQuery($query)->execute();
Expand Down

0 comments on commit a6f0100

Please sign in to comment.