Update of /cvsroot/phpweather/phpweather
In directory usw-pr-cvs1:/tmp/cvs-serv24434
Modified Files:
base_object.php
Log Message:
The version should be store here.
Index: base_object.php
===================================================================
RCS file: /cvsroot/phpweather/phpweather/base_object.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- base_object.php 2001/05/21 10:43:46 1.7
+++ base_object.php 2001/06/27 11:19:27 1.8
@@ -17,6 +17,13 @@
* @var array
*/
var $properties = array();
+
+ /**
+ * The version.
+ *
+ * @var string
+ */
+ var $version;
/**
* Sets up the properties by overriding the defaults with the actual input.
@@ -38,6 +45,10 @@
while (list($key, $value) = each($input)) {
$this->properties[$key] = $value;
}
+
+ /* And finally, we set the version. */
+ $this->version = '#VERSION#';
+
}
/**
_______________________________________________
PHPWeather-checkins mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/phpweather-checkins