|
From: Jonathan H. <the...@us...> - 2001-11-01 19:37:50
|
Update of /cvsroot/phpbb/phpBB2/admin
In directory usw-pr-cvs1:/tmp/cvs-serv21150
Modified Files:
admin_smilies.php
Log Message:
Quick BugFix
Index: admin_smilies.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/admin/admin_smilies.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** admin_smilies.php 2001/10/14 15:46:53 1.9
--- admin_smilies.php 2001/11/01 19:37:47 1.10
***************
*** 151,155 ****
"L_RESET" => $lang['Reset_changes'],
! "SMILEY_IMG" => $phpbb_root_path . '/' . $board_config['smilies_path'] . '/' . $smiley_edit_img,
"S_SMILEY_ACTION" => append_sid("admin_smilies.$phpEx"),
--- 151,155 ----
"L_RESET" => $lang['Reset_changes'],
! "SMILEY_IMG" => $phpbb_root_path . $board_config['smilies_path'] . '/' . $smiley_edit_img,
"S_SMILEY_ACTION" => append_sid("admin_smilies.$phpEx"),
***************
*** 341,343 ****
include('page_footer_admin.'.$phpEx);
! ?>
\ No newline at end of file
--- 341,343 ----
include('page_footer_admin.'.$phpEx);
! ?>
|