Skip to content
Snippets Groups Projects
Commit 6f14bec7 authored by Lukas Reschke's avatar Lukas Reschke
Browse files

Add a missing )

parent 229c907a
Branches
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@
<fieldset id='databaseField'>
<?php if($_['hasMySQL'] or $_['hasPostgreSQL'] or $_['hasOracle'] or $_['hasMSSQL'])
$hasOtherDB = true; else $hasOtherDB =false; //other than SQLite ?>
<legend><?php p($l->t( 'Configure the database' ); ?></legend>
<legend><?php p($l->t( 'Configure the database' )); ?></legend>
<div id="selectDbType">
<?php if($_['hasSQLite']): ?>
<input type='hidden' id='hasSQLite' value="true" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment