Add a missing )

This commit is contained in:
Lukas Reschke 2013-02-27 23:15:18 +01:00
parent 229c907a57
commit 6f14bec70a
1 changed files with 1 additions and 1 deletions

View File

@ -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" />