Changeset 2394624
- Timestamp:
- 10/06/2020 03:42:18 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
shoutcast-icecast-html5-radio-player/trunk/shoutcast-icecast-html5-radio-player.php
r2292135 r2394624 95 95 // Update the DB with the new option values 96 96 97 update_option("shoutcast-icecast-html5-player-radiolink", mysql_real_escape_string($radiolink));98 update_option("shoutcast-icecast-html5-player-radiotype", mysql_real_escape_string($radiotype));99 100 update_option("shoutcast-icecast-html5-player-bcolor", mysql_real_escape_string($bcolor));101 102 update_option("shoutcast-icecast-html5-player-image", mysql_real_escape_string($image));103 update_option("shoutcast-icecast-html5-player-facebook", mysql_real_escape_string($facebook));104 update_option("shoutcast-icecast-html5-player-twitter", mysql_real_escape_string($twitter));105 106 107 update_option("shoutcast-icecast-html5-player-title", mysql_real_escape_string($titlez));108 update_option("shoutcast-icecast-html5-player-artist", mysql_real_escape_string($artist));97 update_option("shoutcast-icecast-html5-player-radiolink", ($radiolink)); 98 update_option("shoutcast-icecast-html5-player-radiotype", ($radiotype)); 99 100 update_option("shoutcast-icecast-html5-player-bcolor", ($bcolor)); 101 102 update_option("shoutcast-icecast-html5-player-image", ($image)); 103 update_option("shoutcast-icecast-html5-player-facebook", ($facebook)); 104 update_option("shoutcast-icecast-html5-player-twitter", ($twitter)); 105 106 107 update_option("shoutcast-icecast-html5-player-title", ($titlez)); 108 update_option("shoutcast-icecast-html5-player-artist", ($artist)); 109 109 110 110 }
Note: See TracChangeset
for help on using the changeset viewer.