github didn't accept the last push. Touching the files to force a git revision
This commit is contained in:
parent
be1ffca6f4
commit
02fc082e45
@ -2,7 +2,6 @@
|
|||||||
namespace Zotlabs\Module;
|
namespace Zotlabs\Module;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class Rmagic extends \Zotlabs\Web\Controller {
|
class Rmagic extends \Zotlabs\Web\Controller {
|
||||||
|
|
||||||
function init() {
|
function init() {
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
|
||||||
function po2php_run($argc,$argv) {
|
function po2php_run($argc,$argv) {
|
||||||
|
|
||||||
if ($argc < 2) {
|
if ($argc < 2) {
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
|
||||||
if(! function_exists("string_plural_select_it")) {
|
if(! function_exists("string_plural_select_it")) {
|
||||||
function string_plural_select_it($n){
|
function string_plural_select_it($n){
|
||||||
return ($n != 1);;
|
return ($n != 1);;
|
||||||
|
Reference in New Issue
Block a user