|
From: FlorinCB <ory...@us...> - 2009-12-02 06:31:08
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb/includes In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv26817/pafiledb/includes Modified Files: functions.php functions_comment.php Log Message: fixes Index: functions.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/includes/functions.php,v retrieving revision 1.55 retrieving revision 1.56 diff -C2 -d -r1.55 -r1.56 *** functions.php 8 Oct 2009 23:23:26 -0000 1.55 --- functions.php 2 Dec 2009 06:30:54 -0000 1.56 *************** *** 349,352 **** --- 349,353 ---- 'UPLOAD_IMG' => $images['pa_upload'], 'VIEW_ALL_IMG' => $images['pa_viewall'], + 'MCP_IMG' => $images['pa_moderator'], 'MCP_LINK' => $lang['MCP_title'], Index: functions_comment.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/includes/functions_comment.php,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** functions_comment.php 2 Dec 2009 03:49:00 -0000 1.32 --- functions_comment.php 2 Dec 2009 06:30:54 -0000 1.33 *************** *** 119,123 **** 'icon_edit' => 'pa_icon_edit', // Button //'icon_delpost' => $images['pa_comment_delete'], ! 'icon_delpost' => 'pa_icon_delpost' // Button ); --- 119,124 ---- 'icon_edit' => 'pa_icon_edit', // Button //'icon_delpost' => $images['pa_comment_delete'], ! 'icon_delpost' => 'pa_icon_delpost', // Button ! 'moderator' => 'pa_moderator' ); |