Vergleich inc/class_graph.php - 1.6.1 - 1.6.15

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 6Zeile 6
 * Website: http://mybb.com
* License: http://mybb.com/about/license
*

 * Website: http://mybb.com
* License: http://mybb.com/about/license
*

 * $Id$

 * $Id $

 */

class Graph {

 */

class Graph {

Zeile 77Zeile 77
	/**
* The bottom label for the graph
*

	/**
* The bottom label for the graph
*

	 * @var integer

	 * @var string

	 */

	 */

	public $bottom_label = array();

	public $bottom_label = "";


/**
* Constructor of class. Initializes the barebore graph.


/**
* Constructor of class. Initializes the barebore graph.