[ghelda-devel] [35] Brownpaper bag commit (just add missing file). |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/ghelda-devel Archives
]
Revision: 35
Author: odyx
Date: 2009-04-29 23:24:31 +0200 (Wed, 29 Apr 2009)
Log Message:
-----------
Brownpaper bag commit (just add missing file).
Added Paths:
-----------
trunk/plugins/People/config.php
Added: trunk/plugins/People/config.php
===================================================================
--- trunk/plugins/People/config.php (rev 0)
+++ trunk/plugins/People/config.php 2009-04-29 21:24:31 UTC (rev 35)
@@ -0,0 +1,27 @@
+<?php
+/*
+ * Ghelda - Gestion Hiérarchisée En Ligne D'Adresses
+ * - Online Hierarchical Handling Of Adresses
+ *
+ * Copyright (C) 2008 Didier Raboud
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+// All fields values _must_ be lowercase due to MSDB2 weird handling of field names.
+
+// Optional
+$conf['fields']['comment']['rows'] = 2;
+$conf['fields']['comment']['cols'] = 20;
+?>
\ No newline at end of file