mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-12 15:02:15 +09:00
add databases function multiply()
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6185 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
295919e559
commit
b971056285
1 changed files with 4 additions and 0 deletions
|
|
@ -451,6 +451,10 @@
|
|||
case 'minus' :
|
||||
$args = abs($args);
|
||||
$val = sprintf('"%s-%d"', $name, $args);
|
||||
break;
|
||||
case 'multiply' :
|
||||
$args = intval($args);
|
||||
$val = sprintf('"%s*%d"', $name, $args);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue