Ignore:
Timestamp:
Feb 26, 2013, 8:50:37 PM (11 years ago)
Author:
flop25
Message:

-compatibility 2.5 (only)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/music_player/admin/admin_img.php

    r3329 r21048  
    1111  $query = 'SELECT url, texte FROM '.MP_PLAYLIST.' WHERE id IN (\''.$_GET['id'].'\') ;';
    1212  $result = pwg_query($query);
    13   $data = mysql_fetch_assoc($result);
     13  $data = pwg_db_fetch_assoc($result);
    1414
    1515
Note: See TracChangeset for help on using the changeset viewer.