Skip to content

Commit bae83db

Browse files
committed
Fix for the equipment not displaying, due old function call
replaced: get_template_vars with getTemplateVars
1 parent d11ac83 commit bae83db

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+40
-40
lines changed

CHANGELOG

100644100755
File mode changed.

INSTALL

100644100755
File mode changed.

classes.inc.php

100644100755
+2-2
Original file line numberDiff line numberDiff line change
@@ -2704,9 +2704,9 @@ function get_equipment_overview_grid(){
27042704
* Define the table according some info
27052705
*/
27062706
if($this->multiuser){
2707-
$url = "/divesite.php".$t->get_template_vars('sep1').$this->user_id.$t->get_template_vars('sep2');
2707+
$url = "/divesite.php".$t->getTemplateVars('sep1').$this->user_id.$t->getTemplateVars('sep2');
27082708
} else {
2709-
$url = "/divesite.php".$t->get_template_vars('sep2');
2709+
$url = "/divesite.php".$t->getTemplateVars('sep2');
27102710
}
27112711
//print_r($data);
27122712
$grid->showColumn('Object');

config.inc.php

100644100755
File mode changed.

divegallery.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @author Rob Lensen <[email protected]>
66
* @package phpdivinglog
77
* @version $Rev: 172 $
8-
* Last Modified: $Date: 2007-11-30 15:17:52 +0100 (Fri, 30 Nov 2007) $
8+
* Last Modified: $Date$
99
*
1010
* For use with Diving Log by Sven Knoch - http://www.divinglog.de
1111
*

drawpiechart.php

100644100755
File mode changed.

empty_file

100644100755
File mode changed.

footer.php

100644100755
File mode changed.

header.php

100644100755
File mode changed.

imagesize.php

100644100755
File mode changed.

includes/jpgraph/src/gd_image.inc.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// File: GD_IMAGE.INC.PHP
44
// Description: GD Instance of Image class
55
// Created: 2006-05-06
6-
// Ver: $Id: gd_image.inc.php 1008 2008-06-13 23:20:44Z ljp $
6+
// Ver: $Id$
77
//
88
// Copyright (c) Aditus Consulting. All rights reserved.
99
//========================================================================

includes/jpgraph/src/imgdata_squares.inc.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// File: IMGDATA_SQUARES.INC
44
// Description: Base64 encoded images for squares
55
// Created: 2003-03-20
6-
// Ver: $Id: imgdata_squares.inc.php 859 2007-03-23 19:12:08Z ljp $
6+
// Ver: $Id$
77
//
88
// Copyright (c) Aditus Consulting. All rights reserved.
99
//========================================================================

includes/jpgraph/src/jpg-config.inc.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Description: Configuration file for JpGraph library
55
// Created: 2004-03-27
66
// Author: Johan Persson ([email protected])
7-
// Ver: $Id: jpg-config.inc 637 2006-05-26 13:21:04Z ljp $
7+
// Ver: $Id$
88
//
99
// Copyright (c) Aditus Consulting. All rights reserved.
1010
//========================================================================

includes/jpgraph/src/jpgraph.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// File: JPGRAPH.PHP
44
// Description: PHP Graph Plotting library. Base module.
55
// Created: 2001-01-08
6-
// Ver: $Id: jpgraph.php 979 2008-03-21 13:26:51Z ljp $
6+
// Ver: $Id$
77
//
88
// Copyright 2006 (c) Aditus Consulting. All rights reserved.
99
//========================================================================

includes/jpgraph/src/jpgraph_antispam-digits.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// File: JPGRAPH_ANTISPAM.PHP
44
// Description: Genarate anti-spam challenge
55
// Created: 2004-10-07
6-
// Ver: $Id: jpgraph_antispam-digits.php 782 2006-10-08 08:09:02Z ljp $
6+
// Ver: $Id$
77
//
88
// Copyright (c) Aditus Consulting. All rights reserved.
99
//========================================================================

includes/jpgraph/src/jpgraph_antispam.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// File: JPGRAPH_ANTISPAM.PHP
44
// Description: Genarate anti-spam challenge
55
// Created: 2004-10-07
6-
// Ver: $Id: jpgraph_antispam.php 782 2006-10-08 08:09:02Z ljp $
6+
// Ver: $Id$
77
//
88
// Copyright (c) Aditus Consulting. All rights reserved.
99
//========================================================================

includes/jpgraph/src/jpgraph_bar.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// File: JPGRAPH_BAR.PHP
44
// Description: Bar plot extension for JpGraph
55
// Created: 2001-01-08
6-
// Ver: $Id: jpgraph_bar.php 955 2007-11-17 11:41:42Z ljp $
6+
// Ver: $Id$
77
//
88
// Copyright (c) Aditus Consulting. All rights reserved.
99
//========================================================================

includes/jpgraph/src/jpgraph_canvas.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// File: JPGRAPH_CANVAS.PHP
44
// Description: Canvas drawing extension for JpGraph
55
// Created: 2001-01-08
6-
// Ver: $Id: jpgraph_canvas.php 782 2006-10-08 08:09:02Z ljp $
6+
// Ver: $Id$
77
//
88
// Copyright (c) Aditus Consulting. All rights reserved.
99
//========================================================================

includes/jpgraph/src/jpgraph_canvtools.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// File: JPGRAPH_CANVTOOLS.PHP
44
// Description: Some utilities for text and shape drawing on a canvas
55
// Created: 2002-08-23
6-
// Ver: $Id: jpgraph_canvtools.php 782 2006-10-08 08:09:02Z ljp $
6+
// Ver: $Id$
77
//
88
// Copyright (c) Aditus Consulting. All rights reserved.
99
//========================================================================

includes/jpgraph/src/jpgraph_date.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// File: JPGRAPH_DATE.PHP
44
// Description: Classes to handle Date scaling
55
// Created: 2005-05-02
6-
// Ver: $Id: jpgraph_date.php 911 2007-09-26 21:00:09Z ljp $
6+
// Ver: $Id$
77
//
88
// Copyright (c) Aditus Consulting. All rights reserved.
99
//========================================================================

includes/jpgraph/src/jpgraph_errhandler.inc.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// error messages. All localized error messages are stored
66
// in a separate file under the "lang/" subdirectory.
77
// Created: 2006-09-24
8-
// Ver: $Id: jpgraph_errhandler.inc.php 974 2008-03-09 15:30:01Z ljp $
8+
// Ver: $Id$
99
//
1010
// Copyright 2006 (c) Aditus Consulting. All rights reserved.
1111
//========================================================================

includes/jpgraph/src/jpgraph_error.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// File: JPGRAPH_ERROR.PHP
44
// Description: Error plot extension for JpGraph
55
// Created: 2001-01-08
6-
// Ver: $Id: jpgraph_error.php 782 2006-10-08 08:09:02Z ljp $
6+
// Ver: $Id$
77
//
88
// Copyright (c) Aditus Consulting. All rights reserved.
99
//========================================================================

includes/jpgraph/src/jpgraph_flags.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// File: JPGRAPH_FLAGS.PHP
44
// Description: Class Jpfile. Handles plotmarks
55
// Created: 2003-06-28
6-
// Ver: $Id: jpgraph_flags.php 926 2007-10-13 18:22:39Z ljp $
6+
// Ver: $Id$
77
//
88
// Copyright (c) Aditus Consulting. All rights reserved.
99
//========================================================================

includes/jpgraph/src/jpgraph_gantt.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// File: JPGRAPH_GANTT.PHP
44
// Description: JpGraph Gantt plot extension
55
// Created: 2001-11-12
6-
// Ver: $Id: jpgraph_gantt.php 955 2007-11-17 11:41:42Z ljp $
6+
// Ver: $Id$
77
//
88
// Copyright (c) Aditus Consulting. All rights reserved.
99
//========================================================================

includes/jpgraph/src/jpgraph_gb2312.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// File: JPGRAPH_GB2312.PHP
44
// Description: PHP4 Graph Plotting library. Chinese font conversions
55
// Created: 2003-05-30
6-
// Ver: $Id: jpgraph_gb2312.php 782 2006-10-08 08:09:02Z ljp $
6+
// Ver: $Id$
77
//
88
// Copyright (c) Aditus Consulting. All rights reserved.
99
//========================================================================

includes/jpgraph/src/jpgraph_gradient.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// File: JPGRAPH_GRADIENT.PHP
44
// Description: Create a color gradient
55
// Created: 2003-02-01
6-
// Ver: $Id: jpgraph_gradient.php 946 2007-10-19 22:14:00Z ljp $
6+
// Ver: $Id$
77
//
88
// Copyright (c) Aditus Consulting. All rights reserved.
99
//========================================================================

includes/jpgraph/src/jpgraph_iconplot.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// File: JPGRAPH_ICONPLOT.PHP
44
// Description: PHP4 Graph Plotting library. Extension module.
55
// Created: 2004-02-18
6-
// Ver: $Id: jpgraph_iconplot.php 838 2007-01-22 21:01:22Z ljp $
6+
// Ver: $Id$
77
//
88
// Copyright (c) Aditus Consulting. All rights reserved.
99
//========================================================================

includes/jpgraph/src/jpgraph_imgtrans.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// File: JPGRAPH_IMGTRANS.PHP
44
// Description: Extension for JpGraph to do some simple img transformations
55
// Created: 2003-09-06
6-
// Ver: $Id: jpgraph_imgtrans.php 782 2006-10-08 08:09:02Z ljp $
6+
// Ver: $Id$
77
//
88
// Copyright (c) Aditus Consulting. All rights reserved.
99
//========================================================================

includes/jpgraph/src/jpgraph_led.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// File: JPGRAPH_LED.PHP
44
// Description: Module to generate Dotted LED-like digits
55
// Created: 2006-11-26
6-
// Ver: $Id: jpgraph_led.php 910 2007-09-14 19:40:36Z ljp $
6+
// Ver: $Id$
77
//
88
// Copyright 2006 (c) Aditus Consulting. All rights reserved.
99
//

includes/jpgraph/src/jpgraph_line.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// File: JPGRAPH_LINE.PHP
44
// Description: Line plot extension for JpGraph
55
// Created: 2001-01-08
6-
// Ver: $Id: jpgraph_line.php 982 2008-03-24 11:51:47Z ljp $
6+
// Ver: $Id$
77
//
88
// Copyright (c) Aditus Consulting. All rights reserved.
99
//========================================================================

includes/jpgraph/src/jpgraph_log.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// File: JPGRAPH_LOG.PHP
44
// Description: Log scale plot extension for JpGraph
55
// Created: 2001-01-08
6-
// Ver: $Id: jpgraph_log.php 820 2006-12-14 01:04:01Z ljp $
6+
// Ver: $Id$
77
//
88
// Copyright (c) Aditus Consulting. All rights reserved.
99
//========================================================================

includes/jpgraph/src/jpgraph_mgraph.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// File: JPGRAPH_MGRAPH.PHP
44
// Description: Class to handle multiple graphs in the same image
55
// Created: 2006-01-15
6-
// Ver: $Id: jpgraph_mgraph.php 784 2006-10-08 20:14:36Z ljp $
6+
// Ver: $Id$
77
//
88
// Copyright (c) Aditus Consulting. All rights reserved.
99
//========================================================================

includes/jpgraph/src/jpgraph_pie.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// File: JPGRAPH_PIE.PHP
44
// Description: Pie plot extension for JpGraph
55
// Created: 2001-02-14
6-
// Ver: $Id: jpgraph_pie.php 1007 2008-06-09 22:32:46Z ljp $
6+
// Ver: $Id$
77
//
88
// Copyright (c) Aditus Consulting. All rights reserved.
99
//========================================================================

includes/jpgraph/src/jpgraph_pie3d.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// File: JPGRAPH_PIE3D.PHP
44
// Description: 3D Pie plot extension for JpGraph
55
// Created: 2001-03-24
6-
// Ver: $Id: jpgraph_pie3d.php 955 2007-11-17 11:41:42Z ljp $
6+
// Ver: $Id$
77
//
88
// Copyright (c) Aditus Consulting. All rights reserved.
99
//========================================================================

includes/jpgraph/src/jpgraph_plotband.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// File: JPGRAPH_PLOTBAND.PHP
44
// Description: PHP4 Graph Plotting library. Extension module.
55
// Created: 2004-02-18
6-
// Ver: $Id: jpgraph_plotband.php 782 2006-10-08 08:09:02Z ljp $
6+
// Ver: $Id$
77
//
88
// Copyright (c) Aditus Consulting. All rights reserved.
99
//========================================================================

includes/jpgraph/src/jpgraph_plotmark.inc.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// File: JPGRAPH_PLOTMARK.PHP
44
// Description: Class file. Handles plotmarks
55
// Created: 2003-03-21
6-
// Ver: $Id: jpgraph_plotmark.inc.php 955 2007-11-17 11:41:42Z ljp $
6+
// Ver: $Id$
77
//
88
// Copyright (c) Aditus Consulting. All rights reserved.
99
//========================================================================

includes/jpgraph/src/jpgraph_polar.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// File: JPGRAPH_POLAR.PHP
44
// Description: Polar plot extension for JpGraph
55
// Created: 2003-02-02
6-
// Ver: $Id: jpgraph_polar.php 868 2007-03-24 11:19:13Z ljp $
6+
// Ver: $Id$
77
//
88
// Copyright (c) Aditus Consulting. All rights reserved.
99
//========================================================================

includes/jpgraph/src/jpgraph_radar.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// File: JPGRAPH_RADAR.PHP
44
// Description: Radar plot extension for JpGraph
55
// Created: 2001-02-04
6-
// Ver: $Id: jpgraph_radar.php 857 2007-03-23 19:03:13Z ljp $
6+
// Ver: $Id$
77
//
88
// Copyright (c) Aditus Consulting. All rights reserved.
99
//========================================================================

includes/jpgraph/src/jpgraph_regstat.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// File: JPGRAPH_REGSTAT.PHP
44
// Description: Regression and statistical analysis helper classes
55
// Created: 2002-12-01
6-
// Ver: $Id: jpgraph_regstat.php 782 2006-10-08 08:09:02Z ljp $
6+
// Ver: $Id$
77
//
88
// Copyright (c) Aditus Consulting. All rights reserved.
99
//========================================================================

includes/jpgraph/src/jpgraph_scatter.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// File: JPGRAPH_SCATTER.PHP
44
// Description: Scatter (and impuls) plot extension for JpGraph
55
// Created: 2001-02-11
6-
// Ver: $Id: jpgraph_scatter.php 955 2007-11-17 11:41:42Z ljp $
6+
// Ver: $Id$
77
//
88
// Copyright (c) Aditus Consulting. All rights reserved.
99
//========================================================================

includes/jpgraph/src/jpgraph_stock.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// File: JPGRAPH_STOCK.PHP
44
// Description: Stock plot extension for JpGraph
55
// Created: 2003-01-27
6-
// Ver: $Id: jpgraph_stock.php 907 2007-08-31 22:47:57Z ljp $
6+
// Ver: $Id$
77
//
88
// Copyright (c) Aditus Consulting. All rights reserved.
99
//========================================================================

includes/jpgraph/src/jpgraph_ttf.inc.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// File: jpgraph_ttf.inc.php
44
// Description: Handling of TTF fonts
55
// Created: 2006-11-19
6-
// Ver: $Id: jpgraph_ttf.inc.php 806 2006-11-28 07:51:57Z ljp $
6+
// Ver: $Id$
77
//
88
// Copyright (c) Aditus Consulting. All rights reserved.
99
//========================================================================

includes/jpgraph/src/jpgraph_utils.inc.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// File: JPGRAPH_UTILS.INC
44
// Description: Collection of non-essential "nice to have" utilities
55
// Created: 2005-11-20
6-
// Ver: $Id: jpgraph_utils.inc.php 894 2007-04-18 21:26:50Z ljp $
6+
// Ver: $Id$
77
//
88
// Copyright (c) Aditus Consulting. All rights reserved.
99
//========================================================================

includes/jpgraph/src/lang/de.inc.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Description: German language file for error messages
55
// Created: 2006-03-06
66
// Author: Timo Leopold ([email protected])
7-
// Ver: $Id: de.inc.php 838 2007-01-22 21:01:22Z ljp $
7+
// Ver: $Id$
88
//
99
// Copyright (c)
1010
//========================================================================

includes/jpgraph/src/lang/en.inc.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// File: EN.INC.PHP
44
// Description: English language file for error messages
55
// Created: 2006-01-25
6-
// Ver: $Id: en.inc.php 838 2007-01-22 21:01:22Z ljp $
6+
// Ver: $Id$
77
//
88
// Copyright (c) Aditus Consulting. All rights reserved.
99
//========================================================================

includes/jpgraph/src/lang/prod.inc.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Description: Special localization file with the same error messages
55
// for all errors.
66
// Created: 2006-02-18
7-
// Ver: $Id: prod.inc.php 782 2006-10-08 08:09:02Z ljp $
7+
// Ver: $Id$
88
//
99
// Copyright (c) Aditus Consulting. All rights reserved.
1010
//========================================================================

index.php

100644100755
File mode changed.

resize.php

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Mailer no timeout pattern with HTML_Progress2.
44
*
5-
* @version $Id: mailer1.php,v 1.5 2006/05/24 08:40:35 farell Exp $
5+
* @version $Id$
66
* @author Laurent Laville <[email protected]>
77
* @package HTML_Progress2
88
* @subpackage Examples

settings.php

100644100755
File mode changed.

test.php

100644100755
File mode changed.

0 commit comments

Comments
 (0)