diff options
author | Bharat Mediratta <bharat@menalto.com> | 2011-01-17 17:33:10 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2011-01-17 17:34:19 -0800 |
commit | 76411d7d6d481bc2ab51e24ec2dbf003f43ce40b (patch) | |
tree | 3544be831c7d6cb52f4ea685493fcdeb9ec378a9 /modules/gallery/helpers | |
parent | 29be21bb0deaf70558b1aa02a115e67daefea0bd (diff) |
Rename BUILD_NUMBER to .build_number so it's not so loud.
Diffstat (limited to 'modules/gallery/helpers')
-rw-r--r-- | modules/gallery/helpers/gallery.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/gallery/helpers/gallery.php b/modules/gallery/helpers/gallery.php index 7a60f56a..ad9f40e8 100644 --- a/modules/gallery/helpers/gallery.php +++ b/modules/gallery/helpers/gallery.php @@ -202,10 +202,10 @@ class gallery_Core { } /** - * Return the contents of the BUILD_NUMBER file, which should be a single integer. + * Return the contents of the .build_number file, which should be a single integer. */ static function build_number() { - $result = parse_ini_file(DOCROOT . "BUILD_NUMBER"); + $result = parse_ini_file(DOCROOT . ".build_number"); return $result["build_number"]; } }
\ No newline at end of file |