From bff17c5857d0365038e6783c3c00b53204f4a10e Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sat, 23 Oct 2010 13:40:18 +0000 Subject: think about setting title based on image name before edit multi --- actions/upload.php | 1 + 1 file changed, 1 insertion(+) (limited to 'actions/upload.php') diff --git a/actions/upload.php b/actions/upload.php index 88b000706..652ae16af 100644 --- a/actions/upload.php +++ b/actions/upload.php @@ -143,6 +143,7 @@ foreach($_FILES as $key => $sent_file) { $file->subtype="image"; $file->simpletype="image"; $file->access_id = $access_id; + //$file->title = substr($file->originalfilename, 0, strrpos($file->originalfilename, '.')); if ($container_guid) { $file->container_guid = $container_guid; } -- cgit v1.2.3