Changeset 623 for branches/1.3/admin/common.php
- Timestamp:
- 2009-07-05T10:41:16+02:00 (4 years ago)
- Location:
- branches/1.3
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
admin/common.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
-
branches/1.3/admin/common.php
r607 r623 109 109 $lang = 'en-us'; 110 110 } 111 if (!isset($usage_graph_width) && !isset($free_graph_width)) { 112 $usage_graph_width = 120; 113 } 114 $graph_width = isset($free_graph_width) ? $free_graph_width : $usage_graph_width; 111 115 112 116 ?>
Note: See TracChangeset
for help on using the changeset viewer.

