[xoops-cvslog 1367] CVS update: xoops2jp/html/class

Back to archive index

Minahito minah****@users*****
2005年 12月 25日 (日) 16:11:33 JST


Index: xoops2jp/html/class/XCube_PageNavigator.class.php
diff -u xoops2jp/html/class/XCube_PageNavigator.class.php:1.1.2.4 xoops2jp/html/class/XCube_PageNavigator.class.php:1.1.2.5
--- xoops2jp/html/class/XCube_PageNavigator.class.php:1.1.2.4	Sun Dec 25 15:57:39 2005
+++ xoops2jp/html/class/XCube_PageNavigator.class.php	Sun Dec 25 16:11:32 2005
@@ -19,11 +19,11 @@
 	
 	var $mFlags=0;
 
-	function XCube_PageNavigator($url,$total,$flags=0)
+	function XCube_PageNavigator($url, $total, $flags=0)
 	{
-		$this->mUrl=$url;
-		$this->mTotal=$total;
-		$this->mFlags=$flags;
+		$this->mUrl = $url;
+		$this->setTotal($total);
+		$this->mFlags = $flags;
 	}
 	
 	function fetch()


xoops-cvslog メーリングリストの案内
Back to archive index