Add the missing curly brackets.

This commit is contained in:
markjcrane 2016-06-13 17:52:35 -06:00
parent 03c6c1c320
commit f20b16b27a
1 changed files with 5 additions and 1 deletions

View File

@ -98,6 +98,10 @@
//rename the file
rename($xml_dir.'/local_stream.conf.xml', $xml_dir.'/local_stream.conf');
}
} //if num_rows
} //if prep_statement
}
?>