Index: /trunk/include/ws_functions.inc.php
===================================================================
--- /trunk/include/ws_functions.inc.php	(revision 10747)
+++ /trunk/include/ws_functions.inc.php	(revision 11116)
@@ -166,5 +166,5 @@
 {
   return array(
-    'id','tn_url','element_url','high_url', 'file','width','height','hit'
+    'id','tn_url','element_url','high_url', 'file','width','height','hit','date_available','date_creation'
     );
 }
@@ -373,5 +373,5 @@
         }
       }
-      foreach ( array('file', 'name', 'comment') as $k )
+      foreach ( array('file', 'name', 'comment', 'date_creation', 'date_available') as $k )
       {
         $image[$k] = $row[$k];
@@ -932,5 +932,5 @@
         }
       }
-      foreach ( array('file', 'name', 'comment') as $k )
+      foreach ( array('file', 'name', 'comment', 'date_creation', 'date_available') as $k )
       {
         $image[$k] = $row[$k];
@@ -1712,5 +1712,5 @@
         }
       }
-      foreach ( array('file', 'name', 'comment') as $k )
+      foreach ( array('file', 'name', 'comment', 'date_creation', 'date_available') as $k )
       {
         $image[$k] = $row[$k];
