~ubuntu-branches/ubuntu/trusty/phpmyadmin/trusty

« back to all changes in this revision

Viewing changes to calendar.php

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst
  • Date: 2009-02-16 17:58:28 UTC
  • mfrom: (13.1.4 jaunty)
  • Revision ID: james.westby@ubuntu.com-20090216175828-d2dllrukk9kecv4k
Tags: 4:3.1.2-2
* Upload to unstable.
* [INTL:es] Spanish debconf template update (Closes: #513690).

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
/* vim: set expandtab sw=4 ts=4 sts=4: */
3
3
/**
4
4
 *
5
 
 * @version $Id: calendar.php 10474 2007-07-08 17:39:06Z lem9 $
 
5
 * @version $Id: calendar.php 11412 2008-07-20 15:23:40Z lem9 $
6
6
 */
7
7
 
8
8
/**
12
12
require_once './libraries/header_http.inc.php';
13
13
$page_title = $strCalendar;
14
14
require './libraries/header_meta_style.inc.php';
 
15
$GLOBALS['js_include'][] = 'tbl_change.js';
 
16
require './libraries/header_scripts.inc.php';
15
17
?>
16
 
<script type="text/javascript" src="./js/tbl_change.js"></script>
17
18
<script type="text/javascript">
18
19
//<![CDATA[
19
20
var month_names = new Array("<?php echo implode('","', $month); ?>");