Index: /trunk/include/ws_functions.inc.php
===================================================================
--- /trunk/include/ws_functions.inc.php	(revision 4513)
+++ /trunk/include/ws_functions.inc.php	(revision 4685)
@@ -1255,4 +1255,8 @@
   }
 
+  // update metadata from the uploaded file (exif/iptc)
+  require_once(PHPWG_ROOT_PATH.'admin/include/functions_metadata.php');
+  update_metadata(array($image_id=>$file_path));
+  
   invalidate_user_cache();
 }
