mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
Update
This commit is contained in:
parent
8f40f6cff2
commit
74e94cd26f
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
<?php
|
||||
include './en_US.php';
|
||||
include __DIR__.'/en_US.php';
|
||||
// Add translation variables like below to add a different word.
|
||||
//$t['year'] = 'year';
|
||||
|
|
|
@ -158,7 +158,7 @@ class Live_schedule extends ObjectYPT
|
|||
return $rows;
|
||||
}
|
||||
|
||||
public static function getAllActiveLimit($users_id=0,$limit = 10)
|
||||
public static function getAllActiveLimit($users_id=0,$limit = 100)
|
||||
{
|
||||
global $global;
|
||||
if (!static::isTableInstalled()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue