Changeset 72 for branches/user_agent/functions.php
- Timestamp:
- 08/24/09 08:31:49 (3 years ago)
- Files:
-
- 1 modified
-
branches/user_agent/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/user_agent/functions.php
r71 r72 127 127 128 128 // addslashes is needed for javascript 129 $description = addslashes($useragent) . '\n\nSystem:\t\t' . addslashes($agent['system']) .'\nPrzeglądarka:\t' . addslashes($agent['browser_name']) . '\n\t';129 $description = addslashes($useragent) . '\n\nSystem:\t\t' . addslashes($agent['system']) .'\nPrzeglądarka:\t' . addslashes($agent['browser_name']); 130 130 131 131 $result = '<span style="cursor: pointer" onclick="alert(\'' . forum_htmlencode($description) . '\')">' . $result . '</span>';