fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [13102] class.sotemplate.inc.php


From: Saul
Subject: [Fmsystem-commits] [13102] class.sotemplate.inc.php
Date: Tue, 28 Apr 2015 21:45:49 +0000

Revision: 13102
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13102
Author:   psaul
Date:     2015-04-28 21:45:49 +0000 (Tue, 28 Apr 2015)
Log Message:
-----------
class.sotemplate.inc.php

Modified Paths:
--------------
    branches/dev-syncromind/property/inc/class.sotemplate.inc.php

Modified: branches/dev-syncromind/property/inc/class.sotemplate.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.sotemplate.inc.php       
2015-04-28 21:45:31 UTC (rev 13101)
+++ branches/dev-syncromind/property/inc/class.sotemplate.inc.php       
2015-04-28 21:45:49 UTC (rev 13102)
@@ -55,7 +55,7 @@
                                $order                  = isset($data['order']) 
? $data['order']:'';
                                $chapter_id             = 
isset($data['chapter_id']) && $data['chapter_id'] ? $data['chapter_id']:0;
                                $allrows                = 
isset($data['allrows']) ? $data['allrows']:'';
-                                $results               = 
isset($data['results'])  ? (int) $data['results'] : 0;
+                $results               = isset($data['results'])  ? (int) 
$data['results'] : 0;
                        }
                         /*
     [filter] => 1020
@@ -136,7 +136,7 @@
 
                function read_template_hour($data)
                {
-
+               
                        if(is_array($data))
                        {
                                if ($data['start'])
@@ -181,6 +181,8 @@
                        . " {$this->join} fm_standard_unit ON 
fm_template_hours.unit = fm_standard_unit.id"
                        . " {$filtermethod} {$querymethod}";
 
+//            echo '<pre>'; print_r($sql); echo '</pre>';die('hour12'); 
+            
                        $this->db->query($sql,__LINE__,__FILE__);
                        $this->total_records = $this->db->num_rows();
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]