Changeset 11116 for trunk/include
- Timestamp:
- May 30, 2011, 11:32:10 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/ws_functions.inc.php
r10747 r11116 166 166 { 167 167 return array( 168 'id','tn_url','element_url','high_url', 'file','width','height','hit' 168 'id','tn_url','element_url','high_url', 'file','width','height','hit','date_available','date_creation' 169 169 ); 170 170 } … … 373 373 } 374 374 } 375 foreach ( array('file', 'name', 'comment' ) as $k )375 foreach ( array('file', 'name', 'comment', 'date_creation', 'date_available') as $k ) 376 376 { 377 377 $image[$k] = $row[$k]; … … 932 932 } 933 933 } 934 foreach ( array('file', 'name', 'comment' ) as $k )934 foreach ( array('file', 'name', 'comment', 'date_creation', 'date_available') as $k ) 935 935 { 936 936 $image[$k] = $row[$k]; … … 1712 1712 } 1713 1713 } 1714 foreach ( array('file', 'name', 'comment' ) as $k )1714 foreach ( array('file', 'name', 'comment', 'date_creation', 'date_available') as $k ) 1715 1715 { 1716 1716 $image[$k] = $row[$k];
Note: See TracChangeset
for help on using the changeset viewer.