diff cancelReservation.php @ 146:4afd353b4507

merged with upstream
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Tue, 23 Mar 2010 02:37:31 +0900
parents 42f6eb738567
children 84220382fea8
line wrap: on
line diff
--- a/cancelReservation.php	Sun Mar 21 05:51:19 2010 +0900
+++ b/cancelReservation.php	Tue Mar 23 02:37:31 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");
 				}
 			}
 		}