github didn't accept the last push. Touching the files to force a git revision

This commit is contained in:
redmatrix 2016-07-27 22:40:33 -07:00
parent be1ffca6f4
commit 02fc082e45
3 changed files with 1 additions and 2 deletions

View File

@ -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() {

View File

@ -1,6 +1,5 @@
<?php <?php
function po2php_run($argc,$argv) { function po2php_run($argc,$argv) {
if ($argc < 2) { if ($argc < 2) {

View File

@ -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);;