Subversion Repositories eFlore/Applications.del

Rev

Rev 1640 | Rev 1642 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1640 Rev 1641
Line 188... Line 188...
188
            }
188
            }
Line 189... Line 189...
189
 
189
 
190
            $img_obj = array(
190
            $img_obj = array(
191
                             'id_image' => $img['id_image'],
191
                             'id_image' => $img['id_image'],
-
 
192
                             'nom_image' => $img['nom_image'],
192
                             'nom_image' => $img['nom_image'],
193
                             'url' => sprintf('http://api.tela-botanica.org/img:%09dXL.jpg', $img['id_image']),
193
                             'votes' => array_map('intval', explode(',', $img['votes'])),
194
                             'votes' => array_map('intval', explode(',', $img['votes'])),
194
                             'tags' => explode(',', $img['tags']),
195
                             'tags' => explode(',', $img['tags']),
195
                             );
196
                             );
196
            // push
197
            // push