[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 01/01: typo
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 01/01: typo |
Date: |
Wed, 11 Nov 2015 15:23:36 +0000 |
sparkyx pushed a commit to branch master
in repository noalyss.
commit 9ce5e9e77b04354546ca82b19ec27d94c76b5cc3
Author: Dany De Bontridder <address@hidden>
Date: Wed Nov 11 16:17:20 2015 +0100
typo
---
include/lib/config_file.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/include/lib/config_file.php b/include/lib/config_file.php
index 3566188..3c2e267 100644
--- a/include/lib/config_file.php
+++ b/include/lib/config_file.php
@@ -100,7 +100,8 @@ function config_file_form($p_array=null)
$smulti->selected=true;
}
-
+ $icdbname=new IText('cdbname');
+ $icdbname->value=$cdbname;
require NOALYSS_TEMPLATE.'/template_config_form.php';
}
/**