diff options
Diffstat (limited to 'demos/blog/protected/Common')
| -rwxr-xr-x | demos/blog/protected/Common/BlogDataModule.php | 7 | ||||
| -rwxr-xr-x | demos/blog/protected/Common/BlogErrorHandler.php | 1 | ||||
| -rwxr-xr-x | demos/blog/protected/Common/BlogException.php | 1 | ||||
| -rwxr-xr-x | demos/blog/protected/Common/BlogPage.php | 1 | ||||
| -rwxr-xr-x | demos/blog/protected/Common/BlogUser.php | 1 | ||||
| -rwxr-xr-x | demos/blog/protected/Common/BlogUserManager.php | 1 | ||||
| -rwxr-xr-x | demos/blog/protected/Common/XListMenu.php | 1 | 
7 files changed, 3 insertions, 10 deletions
diff --git a/demos/blog/protected/Common/BlogDataModule.php b/demos/blog/protected/Common/BlogDataModule.php index a6312dcb..384ee83d 100755 --- a/demos/blog/protected/Common/BlogDataModule.php +++ b/demos/blog/protected/Common/BlogDataModule.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2006 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: BlogDataModule.php 3189 2012-07-12 12:16:21Z ctrlaltca $   */  /** @@ -236,7 +235,7 @@ class BlogDataModule extends TModule  	public function queryPosts($postFilter,$categoryFilter,$orderBy,$limit)  	{ -		//FIXME this is insecure by design since it misses proper escaping  +		//FIXME this is insecure by design since it misses proper escaping  		$filter='';  		if($postFilter!=='')  			$filter.=" AND $postFilter"; @@ -301,7 +300,7 @@ class BlogDataModule extends TModule  	public function queryPostCount($postFilter,$categoryFilter)  	{ -		//FIXME this is insecure by design since it misses proper escaping  +		//FIXME this is insecure by design since it misses proper escaping  		$filter='';  		if($postFilter!=='')  			$filter.=" AND $postFilter"; @@ -424,7 +423,7 @@ class BlogDataModule extends TModule  	public function queryComments($filter,$orderBy,$limit)  	{ -		//FIXME this is insecure by design since it misses proper escaping  +		//FIXME this is insecure by design since it misses proper escaping  		if($filter!=='')  			$filter='WHERE '.$filter;  		$sql="SELECT * FROM tblComments $filter $orderBy $limit"; diff --git a/demos/blog/protected/Common/BlogErrorHandler.php b/demos/blog/protected/Common/BlogErrorHandler.php index fd5a7044..5446a5ee 100755 --- a/demos/blog/protected/Common/BlogErrorHandler.php +++ b/demos/blog/protected/Common/BlogErrorHandler.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2006 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: BlogErrorHandler.php 3189 2012-07-12 12:16:21Z ctrlaltca $   */  Prado::using('System.Exceptions.TErrorHandler'); diff --git a/demos/blog/protected/Common/BlogException.php b/demos/blog/protected/Common/BlogException.php index 39825f4f..e857cc3d 100755 --- a/demos/blog/protected/Common/BlogException.php +++ b/demos/blog/protected/Common/BlogException.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2006 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: BlogException.php 3189 2012-07-12 12:16:21Z ctrlaltca $   */  /** diff --git a/demos/blog/protected/Common/BlogPage.php b/demos/blog/protected/Common/BlogPage.php index e6da9a8c..2c394e46 100755 --- a/demos/blog/protected/Common/BlogPage.php +++ b/demos/blog/protected/Common/BlogPage.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2006 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: BlogPage.php 3189 2012-07-12 12:16:21Z ctrlaltca $   */  /** diff --git a/demos/blog/protected/Common/BlogUser.php b/demos/blog/protected/Common/BlogUser.php index 93990f69..3ce8af1b 100755 --- a/demos/blog/protected/Common/BlogUser.php +++ b/demos/blog/protected/Common/BlogUser.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2006 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: BlogUser.php 3189 2012-07-12 12:16:21Z ctrlaltca $   */  Prado::using('System.Security.TUser'); diff --git a/demos/blog/protected/Common/BlogUserManager.php b/demos/blog/protected/Common/BlogUserManager.php index 898402fa..c9419d73 100755 --- a/demos/blog/protected/Common/BlogUserManager.php +++ b/demos/blog/protected/Common/BlogUserManager.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2006 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: BlogUserManager.php 3189 2012-07-12 12:16:21Z ctrlaltca $   */  Prado::using('System.Security.IUserManager'); diff --git a/demos/blog/protected/Common/XListMenu.php b/demos/blog/protected/Common/XListMenu.php index a3ad4308..5289167f 100755 --- a/demos/blog/protected/Common/XListMenu.php +++ b/demos/blog/protected/Common/XListMenu.php @@ -6,7 +6,6 @@   * @link http://www.pradosoft.com/   * @copyright Copyright © 2006 PradoSoft   * @license http://www.pradosoft.com/license/ - * @version $Id: XListMenu.php 3189 2012-07-12 12:16:21Z ctrlaltca $   */  Prado::using('System.Web.UI.WebControls.TListControl');  | 
