Cannot Add New Calendar Item
Brought to you by:
chavan
http://sourceforge.net/forum/forum.php?thread_id=700819&forum_id=104660
----
By: balzac ( eduardo Lucero )
I cannot Add New Calendar Item
2002-07-04 15:39 ***Event section:
I tried to add a new calendar item and I get error:
Section: * Required field. Please go back and enter a
value for this field.
BUT the section field is ok according the previous page...
----
By: balzac ( eduardo Lucero )
RE: I cannot Add New Calendar Item
2002-07-04 20:12 The problem is in file add_cal.php:
line 96 is:
<select name="section_id">
must be:
<select name="section_id_cal">
line 100 is:
if ($idx == $section_id) {
must be:
if ($idx == $section_id_cal) {
Logged In: YES
user_id=101362
Fixed in re-released Ver. 0.3.3