minor bug fix in AST_timeonVDADall PHP scripts
git-svn-id: svn://192.168.202.10@567 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -614,7 +614,7 @@ $talking_to_print = mysql_num_rows($rslt);
|
||||
while ($i < $talking_to_print)
|
||||
{
|
||||
$row=mysql_fetch_row($rslt);
|
||||
if (eregi("READY|PAUSED",$row[4]))
|
||||
if (eregi("READY|PAUSED",$row[3]))
|
||||
{
|
||||
$row[5]=$row[6];
|
||||
}
|
||||
|
||||
@@ -694,7 +694,7 @@ $talking_to_print = mysql_num_rows($rslt);
|
||||
while ($i < $talking_to_print)
|
||||
{
|
||||
$row=mysql_fetch_row($rslt);
|
||||
if (eregi("READY|PAUSED",$row[4]))
|
||||
if (eregi("READY|PAUSED",$row[3]))
|
||||
{
|
||||
$row[5]=$row[6];
|
||||
}
|
||||
|
||||
@@ -328,7 +328,7 @@ $talking_to_print = mysql_num_rows($rslt);
|
||||
while ($i < $talking_to_print)
|
||||
{
|
||||
$row=mysql_fetch_row($rslt);
|
||||
if (eregi("READY|PAUSED",$row[4]))
|
||||
if (eregi("READY|PAUSED",$row[3]))
|
||||
{
|
||||
$row[5]=$row[6];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user