Changeset 43851 in spip-zone
- Timestamp:
- Jan 24, 2011, 8:05:51 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/couteau_suisse/cout_options.php
r42658 r43851 194 194 static $rand; 195 195 if($stat) $rand = $stat; 196 if (!is_string($variable)) $variable = var_export($variable, true); 196 197 if(!defined('_LOG_CS') /*|| !defined('_CS_REPORTALL')*/ || !strlen($variable)) return; 197 if (!is_string($variable)) $variable = var_export($variable, true);198 198 spip_log($variable = $rand.$prefixe.$variable); 199 199 if (defined('_CS_REPORTALL')) echo '<br />',htmlentities($variable);
Note: See TracChangeset
for help on using the changeset viewer.