Skip to content
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

Update too old functions and fix a lot of bugs #75

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

supercrafter333
Copy link

  • {} is too old now use [] for arrays
  • implode($array, ...) ist TOO old, now use implode(..., $array)

supercrafter333 and others added 2 commits February 20, 2021 02:19
Change $file{0} to $file[0], {} is too old for arrays
@supercrafter333 supercrafter333 mentioned this pull request Mar 1, 2021
@supercrafter333
Copy link
Author

IT WORKS!! --- Tested

Copy link

@TheNewHEROBRINEX TheNewHEROBRINEX left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changing all ' to " for string delimiting is an unrelated change.

@TheNewHEROBRINEX
Copy link

Duplicate of #78 (which has already been merged)

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