Revision: 3311
Author: seba.wagner
Date: Wed Aug 11 06:12:56 2010
Log: Fixing some exit statements
http://code.google.com/p/openmeetings/source/detail?r=3311
Modified:
/trunk/plugins/openmeetings_sugarcrm/openmeetings_gateway/openmeetingsRoomManagament.php
=======================================
---
/trunk/plugins/openmeetings_sugarcrm/openmeetings_gateway/openmeetingsRoomManagament.php
Wed Mar 3 07:50:49 2010
+++
/trunk/plugins/openmeetings_sugarcrm/openmeetings_gateway/openmeetingsRoomManagament.php
Wed Aug 11 06:12:56 2010
@@ -62,7 +62,7 @@
} else {
echo "Could not login User to OpenMeetings, check your OpenMeetings
Module Configuration";
- exit();
+ //exit();
}
}
}
@@ -130,7 +130,7 @@
} else {
echo "Could not login User to OpenMeetings, check your OpenMeetings
Module Configuration";
- exit();
+ //exit();
}
}
@@ -259,7 +259,7 @@
} else {
echo "Could not login User to OpenMeetings, check your OpenMeetings
Module Configuration";
- exit();
+ //exit();
}
}
}
@@ -291,7 +291,7 @@
} else {
echo "Could not login User to OpenMeetings, check your OpenMeetings
Module Configuration";
- exit();
+ //exit();
}
}
}
--
You received this message because you are subscribed to the Google Groups
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/openmeetings-dev?hl=en.