issues
search
IET-OU
/
cloudengine
CloudEngine is an easy way to create a social web site for discussing & aggregating ideas & resources. It is ideal for running events & fostering discussion. It is the free, open source software that powers Cloudworks —
https://cloudworks.ac.uk
GNU General Public License v2.0
3
stars
0
forks
source link
Improve error handling etc. in model code
#286
Open
fisharebest
opened
10 years ago
fisharebest
commented
10 years ago
Two issues:
Most of the database queries in the model code do not deal with the case that the $query variable might be FALSE
The $query->result() should be freed (this will be needed for an eventual upgrade to CodeIgniter 2).
Bitbucket:
https://bitbucket.org/cloudengine/cloudengine/issue/286
Originally Reported By:
Juliette Culver
Originally Created At: 2012-12-13T12:46:02.064
Two issues: