erledigt! calender_mod v3 doppelt unter Module

If you've problems with unsupported - non official ;-) - functionalities use this forum please.
Post Reply
User avatar
Sauerwald
Posts: 71
Joined: Fri 14. Oct 2005, 14:19
Location: Winterberg

erledigt! calender_mod v3 doppelt unter Module

Post by Sauerwald »

Hallo Leute,

nach der Installation von dem Calendar Modul hatte ich dieses doppelt eingetragen.

Hatte vergessen eine Zeile in der main.inc.php auszukommentieren.

Gruß

Markus
Last edited by Sauerwald on Mon 27. Mar 2006, 20:13, edited 5 times in total.
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post by pico »

Hi

think there is your fault

Code: Select all

         case "modules":   //Modules
         switch ($p) {
            case 2:    // Graphical Text MOD
            if($phpwcms["gt_mod"]) { //enabled/disable GT MOD
            include_once("include/inc_module/mod_graphical_text/main.inc.php");
            }
            break;
            
       case 3: // Caledar Mod
      if ($phpwcms["calendar_mod"]) { //enabled/disable calendar mod
      include_once("./include/inc_module/mod_calendar/main.inc.php");
      }
      break; 
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
User avatar
Sauerwald
Posts: 71
Joined: Fri 14. Oct 2005, 14:19
Location: Winterberg

Post by Sauerwald »

erledigt
Last edited by Sauerwald on Mon 27. Mar 2006, 20:14, edited 1 time in total.
User avatar
Sauerwald
Posts: 71
Joined: Fri 14. Oct 2005, 14:19
Location: Winterberg

Post by Sauerwald »

erledigt
Post Reply