Changeset 9972 in spip-zone
- Timestamp:
- Feb 28, 2007, 5:45:03 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/_stable_/phpmyvisites/core/include/PmvConfig.class.php
r2818 r9972 87 87 foreach ($a_vars as $constName => $constValue) 88 88 { 89 define(strtoupper($constName), $constValue);89 @define(strtoupper($constName), $constValue); 90 90 } 91 91 }
Note: See TracChangeset
for help on using the changeset viewer.