Changeset 526 for trunk/admin/common.php
- Timestamp:
- 2008-02-18T14:28:31+01:00 (5 years ago)
- File:
-
- 1 edited
-
trunk/admin/common.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/common.php
r517 r526 109 109 $lang = 'en-us'; 110 110 } 111 if (!isset($ free_graph_width)) {112 $ free_graph_width = 120;111 if (!isset($usage_graph_width) && !isset($free_graph_width)) { 112 $usage_graph_width = 120; 113 113 } 114 $graph_width = isset($free_graph_width) ? $free_graph_width : $usage_graph_width; 114 115 115 116 ?>
Note: See TracChangeset
for help on using the changeset viewer.

