ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/reports/php/latest/latest_config.inc.php
(Generate patch)

Comparing projects/cms/source/reports/php/latest/latest_config.inc.php (file contents):
Revision 1.6 by tdb, Sun Oct 13 12:41:16 2002 UTC vs.
Revision 1.7 by tdb, Wed Jun 29 10:26:40 2005 UTC

# Line 30 | Line 30 | $max_width = 300;
30   $hex_slash = "_2f";
31   # _ converted to a decimal then hex'd
32   $hex_underscore = "_5f";
33 + # (space) converted to a decimal then hex'd
34 + $hex_space = "_20";
35 + # : converted to a decimal then hex'd
36 + $hex_colon = "_3A";
37 + # \ converted to a decimal then hex'd
38 + $hex_bslash = "_5C";
39 + # ( converted to a decimal then hex'd
40 + $hex_rbracket = "_28";
41 + # ) converted to a decimal then hex'd
42 + $hex_lbracket = "_29";
43 + # + converted to a decimal then hex'd
44 + $hex_plus = "_2B";
45 + # # converted to a decimal then hex'd
46 + $hex_hash = "_23";
47  
48   ?>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines