Changeset 1307724
- Timestamp:
- 12/14/2015 05:09:42 AM (10 years ago)
- Location:
- contus-video-gallery
- Files:
-
- 2 edited
-
tags/3.0/hdflvvideoshare.php (modified) (2 diffs)
-
trunk/hdflvvideoshare.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
contus-video-gallery/tags/3.0/hdflvvideoshare.php
r1307720 r1307724 1334 1334 $table_ad = WVG_VGADS; 1335 1335 $charset_collate = WVG_CHARSET_COLLATE ; 1336 /** Call function to create channel tables */ 1337 createChannelTables(); 1338 /** Call function to create playlist tables */ 1339 playlistTables(); 1340 /** Call function to create watch history tables */ 1341 watchHistoryTables(); 1342 /** Call function to create watch later tables */ 1343 watchLaterTables(); 1336 1344 $updateSlug = $updatestreamer_path = $updateislive = $updateratecount = $updaterate = $updateordering = $updatekeyApps = $updatekeydisqusApps = $player_colors = $playlist_open = $updatecolMore = $updateembedcode = $updatesubtitle_lang1 = $updatemember_id = $updatesubtitle_lang2 = $updatesrtfile1 = $updatesrtfile2 = $updatedefault_player = $updaterowMore = $showPlaylist = $updatecontentId = $updateimaadpath = $updatepublisherId = $updateimaadwidth = $updateimaadheight = $midroll_ads = $adsSkip = $adsSkipDuration = $relatedVideoView = $imaAds = $trackCode = $showTag = $ratingscontrol = $view_visible = $updateaddescription = $updateimaadType = $updateadtargeturl = $updateadclickurl = $updateadimpressionurl = $updateadmethod = $updateadtype = $updateispublish = $shareIcon = $updateimaad = $updateisplaylist_slugname = $categorydisplay = $tagdisplay = $updatechannels = $updatemidrollads = $volumecontrol = $playlist_auto = $progressControl = $imageDefault = $updatepublish = $updateadpublish = ''; 1337 1345 /** Video table Alter */ … … 1399 1407 /** Call function to upgrade videos */ 1400 1408 upgrade_videos (); 1401 /** Call function to delete unwanted column from db */1402 delete_video_column ( "$table_settings", 'hideLogo' );1403 /** Call function to create channel tables */1404 createChannelTables();1405 /** Call function to create playlist tables */1406 playlistTables();1407 /** Call function to create watch history tables */1408 watchHistoryTables();1409 /** Call function to create watch later tables */1410 watchLaterTables();1411 1409 } 1412 1410 /** -
contus-video-gallery/trunk/hdflvvideoshare.php
r1307720 r1307724 1334 1334 $table_ad = WVG_VGADS; 1335 1335 $charset_collate = WVG_CHARSET_COLLATE ; 1336 /** Call function to create channel tables */ 1337 createChannelTables(); 1338 /** Call function to create playlist tables */ 1339 playlistTables(); 1340 /** Call function to create watch history tables */ 1341 watchHistoryTables(); 1342 /** Call function to create watch later tables */ 1343 watchLaterTables(); 1336 1344 $updateSlug = $updatestreamer_path = $updateislive = $updateratecount = $updaterate = $updateordering = $updatekeyApps = $updatekeydisqusApps = $player_colors = $playlist_open = $updatecolMore = $updateembedcode = $updatesubtitle_lang1 = $updatemember_id = $updatesubtitle_lang2 = $updatesrtfile1 = $updatesrtfile2 = $updatedefault_player = $updaterowMore = $showPlaylist = $updatecontentId = $updateimaadpath = $updatepublisherId = $updateimaadwidth = $updateimaadheight = $midroll_ads = $adsSkip = $adsSkipDuration = $relatedVideoView = $imaAds = $trackCode = $showTag = $ratingscontrol = $view_visible = $updateaddescription = $updateimaadType = $updateadtargeturl = $updateadclickurl = $updateadimpressionurl = $updateadmethod = $updateadtype = $updateispublish = $shareIcon = $updateimaad = $updateisplaylist_slugname = $categorydisplay = $tagdisplay = $updatechannels = $updatemidrollads = $volumecontrol = $playlist_auto = $progressControl = $imageDefault = $updatepublish = $updateadpublish = ''; 1337 1345 /** Video table Alter */ … … 1401 1409 /** Call function to delete unwanted column from db */ 1402 1410 delete_video_column ( "$table_settings", 'hideLogo' ); 1403 /** Call function to create channel tables */1404 createChannelTables();1405 /** Call function to create playlist tables */1406 playlistTables();1407 /** Call function to create watch history tables */1408 watchHistoryTables();1409 /** Call function to create watch later tables */1410 watchLaterTables();1411 1411 } 1412 1412 /**
Note: See TracChangeset
for help on using the changeset viewer.