-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some fixes #88
Closed
deepend-tildeclub
wants to merge
41
commits into
RedDragonWebDesign:master
from
deepend-tildeclub:master
Closed
Some fixes #88
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
63c4c9d
Update include_header.php
deepend-tildeclub df7c871
Update member.php
deepend-tildeclub 4ee945d
Update member.php
deepend-tildeclub 69fa57e
Update recent.php
deepend-tildeclub eedb2e3
Update unread.php
deepend-tildeclub f17dc48
Update _functions.php
deepend-tildeclub 1a2e5fc
Update btmysql.php
deepend-tildeclub 713622a
Update access.php
deepend-tildeclub 95e3044
Update basic.php
deepend-tildeclub 959e345
Update basicorder.php
deepend-tildeclub bebb50e
Update member.php
deepend-tildeclub a20a696
Update pmfolder.php
deepend-tildeclub 64512ab
Update privatemessage.php
deepend-tildeclub 7d77bc2
Update rank.php
deepend-tildeclub fca3f08
Update console.managelist.list.php
deepend-tildeclub ad9475f
Update console.managelist.php
deepend-tildeclub 50560bb
Update compose.php
deepend-tildeclub 608a51a
Update createpoll.php
deepend-tildeclub 6e7df21
Update addoption.php
deepend-tildeclub 9d06e22
Update addfolder.php
deepend-tildeclub 4eafa17
Update manageclocks.php
deepend-tildeclub b8c3a73
Update manage.php
deepend-tildeclub 3218b2b
Update form.php
deepend-tildeclub affe7ab
Update btmysql.php
deepend-tildeclub 497074e
Update btmysql.php
deepend-tildeclub d38bd8d
Update basic.php
deepend-tildeclub 19a3db5
Update form.php
deepend-tildeclub 536ad47
Update _functions.php
deepend-tildeclub fbf79b6
Update form.php
deepend-tildeclub 91e5d06
Update news.php
deepend-tildeclub 8fa2a8e
Update member.php
deepend-tildeclub 42efc0a
Update sitesettings_submit.php
deepend-tildeclub 267531d
Update btbbcode.php
deepend-tildeclub e4c425a
Update btbbcode.php
deepend-tildeclub bd48c10
Update basicorder.php
deepend-tildeclub f92fe7c
Update basicorder.php
deepend-tildeclub c3f11d3
Indentation and other items.
deepend-tildeclub e237c00
Merge pull request #1 from RedDragonWebDesign/master
deepend-tildeclub 91e3cd8
Merge remote-tracking branch 'origin/master'
deepend-tildeclub c6ebe8d
added /.idea/ to .gitignore
deepend-tildeclub f07c6fb
remove .idea files
deepend-tildeclub File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you mean to remove this brace? Looks like a syntax error.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, looking at more commits, the brace is still there, but is indented too much. And also preg_replace( is missing a
);
.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this is a syntax error from before you started this patch, I would just comment out $strText by adding
//
to the front of it.