Skip to content

Two corrections#51

Merged
tcstool merged 2 commits intocodingo:stablefrom
adriendb:Changes
Mar 26, 2017
Merged

Two corrections#51
tcstool merged 2 commits intocodingo:stablefrom
adriendb:Changes

Conversation

@adriendb
Copy link
Copy Markdown
Contributor

Changes two of the PHP files so that they would work

Line 18 is $js = "function () { var query = '". $ordersearch . "'; return this.id == query;}";
Should be
$js = "function () { var query = '". $search . "'; return this.id == query;}";
Changed the mongoclient to localhost (127.0.0.1) line 14.
@tcstool tcstool merged commit 9cfa0a0 into codingo:stable Mar 26, 2017
@adriendb adriendb deleted the Changes branch December 27, 2017 22:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants