mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-29 06:11:25 +02:00
intval -> (int)
This commit is contained in:
parent
df474920e7
commit
5a63f7cfd0
@ -154,7 +154,7 @@
|
|||||||
$j = 0;
|
$j = 0;
|
||||||
while($i != $j)
|
while($i != $j)
|
||||||
{
|
{
|
||||||
$k= $j+intval(($i-$j)/2);
|
$k = $j + (int)(($i-$j) / 2);
|
||||||
if(odbc_fetch_row($this->Query_ID, $k))
|
if(odbc_fetch_row($this->Query_ID, $k))
|
||||||
{
|
{
|
||||||
$j=$k;
|
$j=$k;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user