Ticket #2766: sfAudit.php.2.diff
| File sfAudit.php.2.diff, 467 bytes (added by Nathan.Vonnahme, 1 year ago) |
|---|
-
plugins/sfPropelAuditPlugin/lib/model/sfAudit.php
old new 16 16 if (is_string($changes) && strlen($changes)) { 17 17 $ret = unserialize($changes); 18 18 } // End if 19 19 return $ret; 20 20 } // End function 21 21 22 22 } // End class