Fixed : RSS Non-SEO Link in defined_links.php
Fixed : Sub Category Update Fixed : Broadcast parameter in get_videos function
This commit is contained in:
parent
e7cb6b0997
commit
86b92b402d
3 changed files with 3 additions and 3 deletions
|
@ -326,7 +326,7 @@ abstract class CBCategory
|
||||||
if(!empty($this->use_sub_cats))
|
if(!empty($this->use_sub_cats))
|
||||||
{
|
{
|
||||||
$flds[] = "parent_id";
|
$flds[] = "parent_id";
|
||||||
$vlaues[] = $pcat;
|
$values[] = $pcat;
|
||||||
}
|
}
|
||||||
|
|
||||||
if($this->get_cat_by_name($name) && $cur_name !=$name )
|
if($this->get_cat_by_name($name) && $cur_name !=$name )
|
||||||
|
|
|
@ -448,7 +448,7 @@ class CBvideo extends CBCategory
|
||||||
{
|
{
|
||||||
if($cond!='')
|
if($cond!='')
|
||||||
$cond .=" AND ";
|
$cond .=" AND ";
|
||||||
$cond .= " ".tbl("video.broadcast")."='".$params['public']."'";
|
$cond .= " ".tbl("video.broadcast")."='".$params['broadcast']."'";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@ $Cbucket->links = array
|
||||||
'my_playlists' =>array('manage_playlists.php','manage_playlists.php'),
|
'my_playlists' =>array('manage_playlists.php','manage_playlists.php'),
|
||||||
'my_contacts' =>array('manage_contacts.php','manage_contacts.php'),
|
'my_contacts' =>array('manage_contacts.php','manage_contacts.php'),
|
||||||
'notifications' =>array('private_message.php?mode=notification','private_message.php?mode=notification'),
|
'notifications' =>array('private_message.php?mode=notification','private_message.php?mode=notification'),
|
||||||
'rss' =>array("rss.php?mode","rss/"),
|
'rss' =>array("rss.php?mode=","rss/"),
|
||||||
'search_result' =>array('search_result.php','search_result.php'),
|
'search_result' =>array('search_result.php','search_result.php'),
|
||||||
'signup' =>array('signup.php','signup'),
|
'signup' =>array('signup.php','signup'),
|
||||||
'upload' =>array('upload.php','upload'),
|
'upload' =>array('upload.php','upload'),
|
||||||
|
|
Loading…
Add table
Reference in a new issue