Go to the source code of this file.
| $confid = $_GET['confid'] |
| $dDiff = $dStart->diff($dEnd) |
| $dEnd = new DateTime(date($enddate)) |
| $dStart = new DateTime(date($begindate)) |
| $from_time = strtotime($begintime) |
Initial value:= mysql_query("SELECT * FROM paper WHERE id IN
(SELECT paperid FROM conference_paper WHERE conferenceid=$confid)")
Definition at line 54 of file index.php.
| $room = mysql_query("SELECT * FROM conference WHERE conferenceid=$confid") |
| while ($row=mysql_fetch_array($room)) $rooms = explode(',', $roo) |
| $timedif = round(abs($to_time - $from_time) / 3600) |
| $to_time = strtotime($endtime) |
Initial value:
Definition at line 4 of file index.php.
| for($a=0;$a<$daynum;$a++) |
| while($row2=mysql_fetch_array($papers)) |