[phpwebapp-commits] CVS: top10/templates/confirm confirm.php,1.4,1.5
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2003-12-29 15:01:03
|
Update of /cvsroot/phpwebapp/top10/templates/confirm In directory sc8-pr-cvs1:/tmp/cvs-serv3932/templates/confirm Modified Files: confirm.php Log Message: Index: confirm.php =================================================================== RCS file: /cvsroot/phpwebapp/top10/templates/confirm/confirm.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** confirm.php 29 Dec 2003 14:14:17 -0000 1.4 --- confirm.php 29 Dec 2003 15:00:50 -0000 1.5 *************** *** 150,154 **** { //delete the comment ! WebApp::execDBCmd("delete_comment", compact("comment_id")); //display the 'proj_details' module --- 150,162 ---- { //delete the comment ! $ok = WebApp::execDBCmd("delete_comment", compact("comment_id")); ! if ($ok) ! { ! WebApp::message("Comment was deleted successfully."); ! } ! else ! { ! WebApp::message("Something went wrong when deleting the comment."); ! } //display the 'proj_details' module |