[Vtigercrm-commits] [vtiger-commits] r5540 - /vtigercrm/trunk/include/clock/Clock.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu Apr 27 23:00:52 EDT 2006


Author: saraj
Date: Thu Apr 27 21:00:47 2006
New Revision: 5540

Log:
logs entries inserted in all functions

Modified:
    vtigercrm/trunk/include/clock/Clock.php

Modified: vtigercrm/trunk/include/clock/Clock.php
==============================================================================
--- vtigercrm/trunk/include/clock/Clock.php (original)
+++ vtigercrm/trunk/include/clock/Clock.php Thu Apr 27 21:00:47 2006
@@ -10,6 +10,8 @@
  ********************************************************************************/
 
 function get_world_clock($image_path) {
+global $log;
+log->debug("Entering get_world_clock(".$image_path.") method ...");
 $the_clock = <<<EOQ
 
 <style type="text/css">
@@ -453,7 +455,7 @@
 </script>
 </div>
 EOQ;
-
+$log->debug("Exiting get_world_clock method ...");
 return $the_clock;
 }
 ?>





More information about the vtigercrm-commits mailing list