Skip to content

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