Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit 2a24dfe

Browse files
author
Ivan Poddubny
committed
Fix get_fullvariable AGI method
Closes #7
1 parent 194cd44 commit 2a24dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpagi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ function get_fullvariable($variable,$channel=FALSE,$getvalue=FALSE)
451451
$req = $variable.' '.$channel;
452452
}
453453

454-
$res=$this->evaluate('GET VARIABLE FULL '.$req);
454+
$res=$this->evaluate('GET FULL VARIABLE '.$req);
455455

456456
if($getvalue==FALSE)
457457
return($res);

0 commit comments

Comments
 (0)