How to modify this code?

  • Thread starter Thread starter LeonhartGR
  • Start date Start date
Status
Not open for further replies.
I'd say modify line 28 of gif.php

Code: [Select]
Code:
for($i = 0; $i <= 60; $i++){
to

Code: [Select]
Code:
for($i = 0; $i <= (14 * 60 + 50); $i++){
 
Sounds like something that should be passed as parameters to a function.
 
Status
Not open for further replies.
Back
Top