[Phpslash-commit] CVS: phpslash-ft CHANGES,1.405,1.406
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2002-03-05 16:48:31
|
Update of /cvsroot/phpslash/phpslash-ft In directory usw-pr-cvs1:/tmp/cvs-serv9405/phpslash-ft Modified Files: CHANGES Log Message: object cleanup Index: CHANGES =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/CHANGES,v retrieving revision 1.405 retrieving revision 1.406 diff -C2 -d -r1.405 -r1.406 *** CHANGES 3 Mar 2002 16:07:52 -0000 1.405 --- CHANGES 5 Mar 2002 16:48:27 -0000 1.406 *************** *** 13,16 **** --- 13,26 ---- 9 - Removal of something (kill -9 :) + 2002-Mar-5 10:30AM CST Joe Stewart <jo...@be...> + [B] - index.php3 - commented out unuses db instance. + errordocument.php3 - spit out htmlentities of REDIRECT_URL. + Block_render_html.class - removed unneeded db query. + Block_render_query.class - destroy Story_base object after use. + Block_render_poll.class - destroy Poll object after use. + Block_render_cal.class, Block_render_quote.class, + Block_render_section.class, Block_render_topic.class, + and Block_render_skin.class - destroy db object after use. + 2002-Mar-2 10:57AM EST nathan hruby <na...@ds...> [B] - generateID now kills its db object when its done with it. |