|
@@ -80,7 +80,7 @@ class Apitt extends Start_Controller {
|
|
|
}
|
|
|
else if($arg == 'cs')
|
|
|
{
|
|
|
- $this->_cs($arg_array);
|
|
|
+ $this->_cs();
|
|
|
}
|
|
|
else if($arg == 'cf')
|
|
|
{
|
|
@@ -227,11 +227,7 @@ $j = json_decode($j, true);
|
|
|
}
|
|
|
|
|
|
|
|
|
- public function _cs($arg_array)
|
|
|
- {
|
|
|
-
|
|
|
-
|
|
|
- }
|
|
|
+
|
|
|
|
|
|
public function _csa($arg_array)
|
|
|
{
|
|
@@ -1242,10 +1238,6 @@ $j = json_decode($j, true);
|
|
|
}
|
|
|
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
public function _gxbudget()
|
|
|
{
|
|
|
$time = time();
|