summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2009-05-01 15:53:16 +0000
committerwjames5 <will@tekimaki.com>2009-05-01 15:53:16 +0000
commit25eb47b05e33487c3cb24af075b686d0b4af0c67 (patch)
tree26d3f9b7d84102939a950b6270558e90622b4d05
parentaa82b6dd707fc543d7d56d900bc765d605e196e6 (diff)
downloadquota-25eb47b05e33487c3cb24af075b686d0b4af0c67.tar.gz
quota-25eb47b05e33487c3cb24af075b686d0b4af0c67.tar.bz2
quota-25eb47b05e33487c3cb24af075b686d0b4af0c67.zip
remove random references to pageExists that shouldnt be there
-rw-r--r--LibertyQuota.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/LibertyQuota.php b/LibertyQuota.php
index 0e08a1b..fd448e1 100644
--- a/LibertyQuota.php
+++ b/LibertyQuota.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_quota/LibertyQuota.php,v 1.14 2007/05/07 16:53:47 spiderr Exp $
+ * $Header: /cvsroot/bitweaver/_bit_quota/LibertyQuota.php,v 1.15 2009/05/01 15:53:16 wjames5 Exp $
*
* Copyright (c) 2004 bitweaver.org
* Copyright (c) 2003 tikwiki.org
@@ -8,7 +8,7 @@
* All Rights Reserved. See copyright.txt for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details
*
- * $Id: LibertyQuota.php,v 1.14 2007/05/07 16:53:47 spiderr Exp $
+ * $Id: LibertyQuota.php,v 1.15 2009/05/01 15:53:16 wjames5 Exp $
* @package quota
*/
@@ -28,7 +28,7 @@ require_once( LIBERTY_PKG_PATH.'LibertyAttachable.php' );
*
* @author spider <spider@steelsun.com>
*
- * @version $Revision: 1.14 $ $Date: 2007/05/07 16:53:47 $ $Author: spiderr $
+ * @version $Revision: 1.15 $ $Date: 2009/05/01 15:53:16 $ $Author: wjames5 $
*/
class LibertyQuota extends LibertyBase {
/**
@@ -228,7 +228,6 @@ class LibertyQuota extends LibertyBase {
/**
* Generates the URL to the quota page
- * @param pExistsHash the hash that was returned by LibertyContent::pageExists
* @return the link to display the page.
*/
function getDisplayUrl() {