Update of /cvsroot/php-blog/serendipity
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8815
Modified Files:
serendipity_admin_images.inc.php
serendipity_functions_images.inc.php
Log Message:
Some more renames for the media library
Index: serendipity_functions_images.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/serendipity_functions_images.inc.php,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- serendipity_functions_images.inc.php 14 Aug 2004 22:42:04 -0000 1.31
+++ serendipity_functions_images.inc.php 14 Aug 2004 23:33:15 -0000 1.32
@@ -76,9 +76,9 @@
if (file_exists($serendipity['serendipityPath'] . $serendipity['uploadPath'] . $dFile)) {
if (@unlink($serendipity['serendipityPath'] . $serendipity['uploadPath'] . $dFile)) {
- printf(DELETE_IMAGE . '<br />', $dFile);
+ printf(DELETE_FILE . '<br />', $dFile);
} else {
- printf(DELETE_IMAGE_FAIL . '<br />', $dFile);
+ printf(DELETE_FILE_FAIL . '<br />', $dFile);
}
if (@unlink($serendipity['serendipityPath'] . $serendipity['uploadPath'] . $dThumb)) {
Index: serendipity_admin_images.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/serendipity_admin_images.inc.php,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- serendipity_admin_images.inc.php 11 Aug 2004 09:32:53 -0000 1.28
+++ serendipity_admin_images.inc.php 14 Aug 2004 23:33:15 -0000 1.29
@@ -51,7 +51,7 @@
?>
<form method="get" name="delete_image">
<div>
- <input type="button" value="<?php echo IMAGE_DELETE ?>" onclick="location.href='<?php echo $newLoc; ?>'" />
+ <input type="button" value="<?php echo DUMP_IT ?>" onclick="location.href='<?php echo $newLoc; ?>'" />
<input type="button" value="<?php echo ABORT_NOW ?>" onclick="location.href='<?php echo $abortLoc; ?>'" />
</div>
|