use standard PHP tags

This commit is contained in:
luis daniel lucio quiroz
2014-12-21 07:15:59 +00:00
parent 39be364de4
commit 175fcf7624
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
<?
<?php
function get_call_activity() {
global $db;
@@ -160,4 +160,4 @@ function get_call_activity() {
//return array
return $array;
}
}