-syntax errors discovered by eclipse

This commit is contained in:
martin 2011-04-21 17:23:59 -04:00
parent 7a40161e7e
commit 4b7ea32c7d
2 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1,3 @@
<?php
echo this->entries;
echo $this->entries;
?>