[Solar-svn] Revision 3136
pmjones at solarphp.com
pmjones at solarphp.com
Mon Apr 28 09:16:05 CDT 2008
fix missing semicolon; thanks, Jeff Surgeson
Modified: trunk/Solar/Sql/Model/Record.php
===================================================================
--- trunk/Solar/Sql/Model/Record.php 2008-04-27 16:47:59 UTC (rev 3135)
+++ trunk/Solar/Sql/Model/Record.php 2008-04-28 14:16:03 UTC (rev 3136)
@@ -904,7 +904,7 @@
}
if ($status) {
- $this->setStatus($status)
+ $this->setStatus($status);
} else {
$this->setStatus('clean');
}
More information about the Solar-svn
mailing list