|
From: Jon O. <jon...@us...> - 2005-04-12 19:52:19
|
Update of /cvsroot/mxbb/mx_smartor/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17148/modules/mx_smartor/includes Modified Files: album_personal_cat_admin.php Log Message: lang renaming... Index: album_personal_cat_admin.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/includes/album_personal_cat_admin.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** album_personal_cat_admin.php 9 Jan 2005 21:52:02 -0000 1.1 --- album_personal_cat_admin.php 12 Apr 2005 19:51:48 -0000 1.2 *************** *** 1,725 **** ! <?php ! ! /** ------------------------------------------------------------------------ ! * subject : mx-portal module ! * begin : june, 2002 ! * copyright : (C) 2002-2005 MX-System ! * email : jon...@ho... ! * project site : www.mx-system.com ! * ! * description : [...1423 lines suppressed...] ! { ! message_die( GENERAL_ERROR, 'Could not update this Category content', '', __LINE__, __FILE__, $sql ); ! } ! // This category is now emptied, we can remove it! ! $sql = "DELETE FROM " . ALBUM_CAT_TABLE . " ! WHERE cat_id = '$source_cat_id'"; ! if ( !$result = $db->sql_query( $sql ) ) ! { ! message_die( GENERAL_ERROR, 'Could not delete this Category', '', __LINE__, __FILE__, $sql ); ! } ! // Re-order the rest of categories ! album_reorder_cat( $album_user_id ); ! // Return a message... ! showResultMessage( $lang['Category_deleted'] ); ! } ! } ! } ! ?> \ No newline at end of file |