Completed
Branch master (838035)
by Michael
03:45
created
htdocs/modules/extcal/blocks/minical.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -5,10 +5,10 @@
 block discarded – undo
5 5
 include_once(XOOPS_ROOT_PATH . '/modules/extcal/class/tableForm.php');
6 6
 //---------------------------------------------------------------------------
7 7
 /**
8
- * @param $options
9
- *
10
- * @return array
11
- */
8
+     * @param $options
9
+     *
10
+     * @return array
11
+     */
12 12
 function bExtcalMinicalShow($options)
13 13
 {
14 14
     global $extcalConfig, $xoopsUser;
Please login to merge, or discard this patch.
htdocs/modules/extcal/include/mail_fnc.php 1 patch
Indentation   +15 added lines, -15 removed lines patch added patch discarded remove patch
@@ -1,20 +1,20 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * classGenerator
4
- * walls_watermarks
5
- *
6
- * You may not change or alter any portion of this comment or credits
7
- * of supporting developers from this source code or any supporting source code
8
- * which is considered copyrighted (c) material of the original comment or credit authors.
9
- * This program is distributed in the hope that it will be useful,
10
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12
- *
13
- *
14
- *
15
- * L'utilisation de ce formulaire d'adminitration suppose
16
- * que la classe correspondante de la table a été générées avec classGenerator
17
- **/
3
+     * classGenerator
4
+     * walls_watermarks
5
+     *
6
+     * You may not change or alter any portion of this comment or credits
7
+     * of supporting developers from this source code or any supporting source code
8
+     * which is considered copyrighted (c) material of the original comment or credit authors.
9
+     * This program is distributed in the hope that it will be useful,
10
+     * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
+     * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12
+     *
13
+     *
14
+     *
15
+     * L'utilisation de ce formulaire d'adminitration suppose
16
+     * que la classe correspondante de la table a été générées avec classGenerator
17
+     **/
18 18
 
19 19
 define('_EXTCAL_FORMAT_AGENDA_KEYD', 'Y-m-d');
20 20
 define('_EXTCAL_FORMAT_AGENDA_KEYT', 'H:i');
Please login to merge, or discard this patch.