diff cancelReservation.php @ 143:42f6eb738567

mod: ÀѤ߻Ĥ·¤ò½¤Àµ
author epgrec@park.mda.or.jp <yoneda@recorder.localnet.mda.or.jp>
date Sun, 21 Mar 2010 21:54:03 +0900
parents e5f9aa34d06f
children 84220382fea8
line wrap: on
line diff
--- a/cancelReservation.php	Sun Mar 21 16:42:58 2010 +0900
+++ b/cancelReservation.php	Sun Mar 21 21:54:03 2010 +0900
@@ -23,6 +23,7 @@
 				// ファイルを削除
 				if( file_exists( INSTALL_PATH."/".$settings->spool."/".$rec->path ) ) {
 					@unlink(INSTALL_PATH."/".$settings->spool."/".$rec->path);
+					@unlink(INSTALL_PATH."/".$settings->thumbs."/".$rec->path.".jpg");
 				}
 			}
 		}