Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.11 by swekey, Wed Feb 11 17:29:31 2009 UTC | revision 1.12 by swekey, Mon Feb 16 12:44:39 2009 UTC | |
|---|---|---|
| # | Line 7 function Swekey_GetIntegrationScript($pa | Line 7 function Swekey_GetIntegrationScript($pa |
| 7 | $javascript_included = false; | $javascript_included = false; |
| 8 | ||
| 9 | $output = "\n\n<!-- Swekey Integration Begin -->\n"; | $output = "\n\n<!-- Swekey Integration Begin -->\n"; |
| 10 | $output .= "<!-- Drupal 1.0.6.3481 02/11/09 -->\n"; | $output .= "<!-- Drupal 1.0.7.3507 02/16/09 -->\n"; |
| 11 | ||
| 12 | if (empty($params['session_id'])) | if (empty($params['session_id'])) |
| 13 | $params['session_id'] = '9999'; | $params['session_id'] = '9999'; |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.3 |