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