Add a missing )
This commit is contained in:
parent
229c907a57
commit
6f14bec70a
|
@ -63,7 +63,7 @@
|
||||||
<fieldset id='databaseField'>
|
<fieldset id='databaseField'>
|
||||||
<?php if($_['hasMySQL'] or $_['hasPostgreSQL'] or $_['hasOracle'] or $_['hasMSSQL'])
|
<?php if($_['hasMySQL'] or $_['hasPostgreSQL'] or $_['hasOracle'] or $_['hasMSSQL'])
|
||||||
$hasOtherDB = true; else $hasOtherDB =false; //other than SQLite ?>
|
$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">
|
<div id="selectDbType">
|
||||||
<?php if($_['hasSQLite']): ?>
|
<?php if($_['hasSQLite']): ?>
|
||||||
<input type='hidden' id='hasSQLite' value="true" />
|
<input type='hidden' id='hasSQLite' value="true" />
|
||||||
|
|
Loading…
Reference in New Issue