wie mit sql zeilen im mod umgehen?
Verfasst: 30.05.2005 16:44
ich versuche gerade den topic calender mod einzubauen, weiss aber nicht wie ich mit den sql zeilen umgehen soll....verwende CH 2.1.1
bitte um unterstützung
danke
wolf
#-----[ SQL ]-------------------------------------------------
#
ALTER TABLE phpbb_topics
ADD topic_calendar_time INT( 11 ),
ADD topic_calendar_duration INT( 11 );
ALTER TABLE phpbb_topics
ADD INDEX (topic_calendar_time);
bitte um unterstützung
danke
wolf
#-----[ SQL ]-------------------------------------------------
#
ALTER TABLE phpbb_topics
ADD topic_calendar_time INT( 11 ),
ADD topic_calendar_duration INT( 11 );
ALTER TABLE phpbb_topics
ADD INDEX (topic_calendar_time);