Skip to content

Commit a61c4f5

Browse files
authored
Merge pull request #9 from gmcalixto/patch-1
Update for PHP5
2 parents f6d167b + d0c8144 commit a61c4f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
require_once('phprestsql.php');
44

5-
$PHPRestSQL =& new PHPRestSQL();
5+
$PHPRestSQL = new PHPRestSQL();
66
$PHPRestSQL->exec();
77

88
/*
99
echo '<pre>';
1010
var_dump($PHPRestSQL->output);
1111
//*/
1212

13-
?>
13+
?>

0 commit comments

Comments
 (0)