php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #30376 strtotime empty time parameter warning
Submitted: 2004-10-09 20:15 UTC Modified: 2004-10-11 07:51 UTC
From: diabo at mail dot telepac dot pt Assigned:
Status: Not a bug Package: Calendar related
PHP Version: 5.0.2 OS: Linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: diabo at mail dot telepac dot pt
New email:
PHP Version: OS:

 

 [2004-10-09 20:15 UTC] diabo at mail dot telepac dot pt
Description:
------------
im having a prob with this function im hoping someone can help me... im getting this error:

Warning: strtotime() [function.strtotime]: Called with an empty time parameter. in /xxxx/html/modules/Calendar/index.php on line 615

line 615 is:

while ((strtotime($eventDate_Array[$usedcount]) <= strtotime("$Date_Array[2]-$Date_Array[0]-$day")) && ($usedcount <= $count)) {

by any chance anyone can help me?


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-10-11 07:51 UTC] derick@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 16:01:28 2024 UTC