Plugin Directory

Changeset 1307724


Ignore:
Timestamp:
12/14/2015 05:09:42 AM (10 years ago)
Author:
hdflvplayer
Message:

Fixed new table not created while upgrade

Location:
contus-video-gallery
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • contus-video-gallery/tags/3.0/hdflvvideoshare.php

    r1307720 r1307724  
    13341334  $table_ad             = WVG_VGADS;
    13351335  $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();
    13361344  $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 = '';
    13371345  /** Video table Alter */
     
    13991407  /** Call function to upgrade videos */
    14001408  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();
    14111409}
    14121410/**
  • contus-video-gallery/trunk/hdflvvideoshare.php

    r1307720 r1307724  
    13341334  $table_ad             = WVG_VGADS;
    13351335  $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();
    13361344  $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 = '';
    13371345  /** Video table Alter */
     
    14011409  /** Call function to delete unwanted column from db */
    14021410  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();
    14111411}
    14121412/**
Note: See TracChangeset for help on using the changeset viewer.