phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r396 - in tag/rel650: amortis coprop import_card/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r396 - in tag/rel650: amortis coprop import_card/include import_card/include/template import_doli import_doli/include import_doli/include/template importbank importbank/include/template skel tools tva
Date: Fri, 24 Aug 2012 22:28:13 +0200 (CEST)

Author: danydb
Date: 2012-08-24 22:28:12 +0200 (Fri, 24 Aug 2012)
New Revision: 396

Modified:
   tag/rel650/amortis/ajax.php
   tag/rel650/amortis/index.php
   tag/rel650/coprop/index.php
   tag/rel650/import_card/include/class_import_card.php
   tag/rel650/import_card/include/template/test_file.php
   tag/rel650/import_doli/include/class_import_card.php
   tag/rel650/import_doli/include/template/test_file.php
   tag/rel650/import_doli/include/template/test_operation.php
   tag/rel650/import_doli/index.php
   tag/rel650/importbank/ajax.php
   tag/rel650/importbank/include/template/confirm_transfer.php
   tag/rel650/importbank/include/template/show_transfer.php
   tag/rel650/importbank/include/template/test_file.php
   tag/rel650/importbank/index.php
   tag/rel650/skel/ajax.php
   tag/rel650/skel/index.php
   tag/rel650/tools/ajax.php
   tag/rel650/tools/index.php
   tag/rel650/tva/ajax.php
   tag/rel650/tva/class_ext_tva.php
   tag/rel650/tva/class_ext_tvagen.php
Log:
replace ob_clean by ob_end_clean

Modified: tag/rel650/amortis/ajax.php
===================================================================
--- tag/rel650/amortis/ajax.php 2012-08-24 19:46:38 UTC (rev 395)
+++ tag/rel650/amortis/ajax.php 2012-08-24 20:28:12 UTC (rev 396)
@@ -43,7 +43,7 @@
     echo $close;
     require_once('include/material_add.inc.php');
     $html=ob_get_contents();
-    ob_clean();
+    ob_end_clean();
     break;
     /*
      * save the new material
@@ -53,13 +53,13 @@
     echo $close;
     require_once('include/material_new.inc.php');
     $html=ob_get_contents();
-    ob_clean();
+    ob_end_clean();
     break;
   case 'display_modify':
     ob_start();
     require_once('include/material_modify.inc.php');
     $html=ob_get_contents();
-    ob_clean();
+    ob_end_clean();
     break;
 
   case 'save_modify':
@@ -70,13 +70,13 @@
     $f=$cn->get_value("select f_id from fiche join fiche_detail using (f_id) 
where ad_id=23 and ad_value=$1",array($_POST['p_card']));
     require_once('include/material_modify.inc.php');
     $html=ob_get_contents();
-    ob_clean();
+    ob_end_clean();
     break;
   case 'rm':
     ob_start();
     require_once('include/material_delete.inc.php');
     $html=ob_get_contents();
-    ob_clean();
+    ob_end_clean();
     break;
 
   }

Modified: tag/rel650/amortis/index.php
===================================================================
--- tag/rel650/amortis/index.php        2012-08-24 19:46:38 UTC (rev 395)
+++ tag/rel650/amortis/index.php        2012-08-24 20:28:12 UTC (rev 396)
@@ -34,7 +34,7 @@
 ob_start();
 require_once('amortize_javascript.js');
 $j=ob_get_contents();
-ob_clean();
+ob_end_clean();
 echo create_script($j);
 
 
$url='?'.dossier::get().'&plugin_code='.$_REQUEST['plugin_code'].'&ac='.$_REQUEST['ac'];

Modified: tag/rel650/coprop/index.php
===================================================================
--- tag/rel650/coprop/index.php 2012-08-24 19:46:38 UTC (rev 395)
+++ tag/rel650/coprop/index.php 2012-08-24 20:28:12 UTC (rev 396)
@@ -35,7 +35,7 @@
 ob_start();
 require_once('coprop-javascript.js');
 $j=ob_get_contents();
-ob_clean();
+ob_end_clean();
 echo create_script($j);
 
 
$url='?'.dossier::get().'&plugin_code='.$_REQUEST['plugin_code'].'&ac='.$_REQUEST['ac'];

Modified: tag/rel650/import_card/include/class_import_card.php
===================================================================
--- tag/rel650/import_card/include/class_import_card.php        2012-08-24 
19:46:38 UTC (rev 395)
+++ tag/rel650/import_card/include/class_import_card.php        2012-08-24 
20:28:12 UTC (rev 396)
@@ -52,7 +52,7 @@
                $encodage->selected = true;
                require_once('template/input_file.php');
                $r = ob_get_contents();
-               ob_clean();
+               ob_end_clean();
                echo $r;
        }
        /**
@@ -197,7 +197,7 @@
                        echo '</tr>';
                }
                $table_content = ob_get_contents();
-               ob_clean();
+               ob_end_clean();
                echo '<tr>';
                echo th('');
                for ($e = 0; $e < count($header); $e++)

Modified: tag/rel650/import_card/include/template/test_file.php
===================================================================
--- tag/rel650/import_card/include/template/test_file.php       2012-08-24 
19:46:38 UTC (rev 395)
+++ tag/rel650/import_card/include/template/test_file.php       2012-08-24 
20:28:12 UTC (rev 396)
@@ -64,7 +64,7 @@
       echo '</tr>';
   }
 $table=ob_get_contents();
-ob_clean();
+ob_end_clean();
 
 
 echo '<table style="border:solid 1px black;width:100%">

Modified: tag/rel650/import_doli/include/class_import_card.php
===================================================================
--- tag/rel650/import_doli/include/class_import_card.php        2012-08-24 
19:46:38 UTC (rev 395)
+++ tag/rel650/import_doli/include/class_import_card.php        2012-08-24 
20:28:12 UTC (rev 396)
@@ -60,7 +60,7 @@
 
                require_once('template/input_file.php');
                $r = ob_get_contents();
-               ob_clean();
+               ob_end_clean();
                echo $r;
        }
 
@@ -224,7 +224,7 @@
                        echo '</tr>';
                }
                $table_content = ob_get_contents();
-               ob_clean();
+               ob_end_clean();
                echo '<tr>';
                echo th('');
                for ($e = 0; $e < count($header); $e++)

Modified: tag/rel650/import_doli/include/template/test_file.php
===================================================================
--- tag/rel650/import_doli/include/template/test_file.php       2012-08-24 
19:46:38 UTC (rev 395)
+++ tag/rel650/import_doli/include/template/test_file.php       2012-08-24 
20:28:12 UTC (rev 396)
@@ -64,7 +64,7 @@
       echo '</tr>';
   }
 $table=ob_get_contents();
-ob_clean();
+ob_end_clean();
 
 
 echo '<table style="border:solid 1px black;width:100%">

Modified: tag/rel650/import_doli/include/template/test_operation.php
===================================================================
--- tag/rel650/import_doli/include/template/test_operation.php  2012-08-24 
19:46:38 UTC (rev 395)
+++ tag/rel650/import_doli/include/template/test_operation.php  2012-08-24 
20:28:12 UTC (rev 396)
@@ -64,7 +64,7 @@
       echo '</tr>';
   }
 $table=ob_get_contents();
-ob_clean();
+ob_end_clean();
 
 
 echo '<table style="border:solid 1px black;width:100%">

Modified: tag/rel650/import_doli/index.php
===================================================================
--- tag/rel650/import_doli/index.php    2012-08-24 19:46:38 UTC (rev 395)
+++ tag/rel650/import_doli/index.php    2012-08-24 20:28:12 UTC (rev 396)
@@ -46,7 +46,7 @@
  ob_start();
  require_once('impdol.js');
 $j=ob_get_contents();
-ob_clean();
+ob_end_clean();
 echo create_script($j);
 
 

Modified: tag/rel650/importbank/ajax.php
===================================================================
--- tag/rel650/importbank/ajax.php      2012-08-24 19:46:38 UTC (rev 395)
+++ tag/rel650/importbank/ajax.php      2012-08-24 20:28:12 UTC (rev 396)
@@ -78,7 +78,7 @@
       else
        $bi->show_item($ctl);
   $r=ob_get_contents();
-  ob_clean();
+  ob_end_clean();
 }
 
 $html=escape_xml($r);

Modified: tag/rel650/importbank/include/template/confirm_transfer.php
===================================================================
--- tag/rel650/importbank/include/template/confirm_transfer.php 2012-08-24 
19:46:38 UTC (rev 395)
+++ tag/rel650/importbank/include/template/confirm_transfer.php 2012-08-24 
20:28:12 UTC (rev 396)
@@ -35,7 +35,7 @@
       echo '</tr>';
 }
 $table=ob_get_contents();
-ob_clean();
+ob_end_clean();
 
 
 $nb_col->value=($nb_col->value=='')?$max:$nb_col->value;

Modified: tag/rel650/importbank/include/template/show_transfer.php
===================================================================
--- tag/rel650/importbank/include/template/show_transfer.php    2012-08-24 
19:46:38 UTC (rev 395)
+++ tag/rel650/importbank/include/template/show_transfer.php    2012-08-24 
20:28:12 UTC (rev 396)
@@ -95,7 +95,7 @@
 
 echo '</table>';
 $table=ob_get_contents();
-ob_clean();
+ob_end_clean();
 $cn->commit();
 $nb_col->value=($nb_col->value=='')?$max:$nb_col->value;
 ?>

Modified: tag/rel650/importbank/include/template/test_file.php
===================================================================
--- tag/rel650/importbank/include/template/test_file.php        2012-08-24 
19:46:38 UTC (rev 395)
+++ tag/rel650/importbank/include/template/test_file.php        2012-08-24 
20:28:12 UTC (rev 396)
@@ -64,7 +64,7 @@
       echo '</tr>';
   }
 $table=ob_get_contents();
-ob_clean();
+ob_end_clean();
 
 
 echo '<table style="border:solid 1px black;width:100%">

Modified: tag/rel650/importbank/index.php
===================================================================
--- tag/rel650/importbank/index.php     2012-08-24 19:46:38 UTC (rev 395)
+++ tag/rel650/importbank/index.php     2012-08-24 20:28:12 UTC (rev 396)
@@ -42,7 +42,7 @@
 ob_start();
 require_once('bank_js.js');
 $j=ob_get_contents();
-ob_clean();
+ob_end_clean();
 echo create_script($j);
 
 /*

Modified: tag/rel650/skel/ajax.php
===================================================================
--- tag/rel650/skel/ajax.php    2012-08-24 19:46:38 UTC (rev 395)
+++ tag/rel650/skel/ajax.php    2012-08-24 20:28:12 UTC (rev 396)
@@ -19,7 +19,7 @@
 
 $html=ob_get_contents();
 
-ob_clean();
+ob_end_clean();
 
 $html=escape_xml($html);
 

Modified: tag/rel650/skel/index.php
===================================================================
--- tag/rel650/skel/index.php   2012-08-24 19:46:38 UTC (rev 395)
+++ tag/rel650/skel/index.php   2012-08-24 20:28:12 UTC (rev 396)
@@ -31,7 +31,7 @@
 ob_start();
 require_once('skel_javascript.js');
 $j=ob_get_contents();
-ob_clean();
+ob_end_clean();
 echo create_script($j);
 global $version_plugin;
 $version_plugin=SVNINFO;

Modified: tag/rel650/tools/ajax.php
===================================================================
--- tag/rel650/tools/ajax.php   2012-08-24 19:46:38 UTC (rev 395)
+++ tag/rel650/tools/ajax.php   2012-08-24 20:28:12 UTC (rev 396)
@@ -21,7 +21,7 @@
 
 $html=ob_get_contents();
 
-ob_clean();
+ob_end_clean();
 
 $html=escape_xml($html);
 

Modified: tag/rel650/tools/index.php
===================================================================
--- tag/rel650/tools/index.php  2012-08-24 19:46:38 UTC (rev 395)
+++ tag/rel650/tools/index.php  2012-08-24 20:28:12 UTC (rev 396)
@@ -33,7 +33,7 @@
 ob_start();
 require_once('tools_javascript.js');
 $j=ob_get_contents();
-ob_clean();
+ob_end_clean();
 echo create_script($j);
 
 
$url='?'.dossier::get()."&plugin_code=".$_REQUEST['plugin_code']."&ac=".$_REQUEST['ac'];

Modified: tag/rel650/tva/ajax.php
===================================================================
--- tag/rel650/tva/ajax.php     2012-08-24 19:46:38 UTC (rev 395)
+++ tag/rel650/tva/ajax.php     2012-08-24 20:28:12 UTC (rev 396)
@@ -159,7 +159,7 @@
     echo alert($e->getMessage());
   }
   $r=ob_get_contents();
-  ob_clean();
+  ob_end_clean();
    break;
 case 'rm_form':
   switch($type)

Modified: tag/rel650/tva/class_ext_tva.php
===================================================================
--- tag/rel650/tva/class_ext_tva.php    2012-08-24 19:46:38 UTC (rev 395)
+++ tag/rel650/tva/class_ext_tva.php    2012-08-24 20:28:12 UTC (rev 396)
@@ -319,7 +319,7 @@
      ob_start();
      require_once('form_decl.php');
      $r=ob_get_contents();
-     ob_clean();
+     ob_end_clean();
      $r.=HtmlInput::hidden('periode_dec',$this->periode_dec);
      return $r;
 

Modified: tag/rel650/tva/class_ext_tvagen.php
===================================================================
--- tag/rel650/tva/class_ext_tvagen.php 2012-08-24 19:46:38 UTC (rev 395)
+++ tag/rel650/tva/class_ext_tvagen.php 2012-08-24 20:28:12 UTC (rev 396)
@@ -125,7 +125,7 @@
     ob_start();
     require_once('form_periode.php');
     $r=ob_get_contents();
-    ob_clean();
+    ob_end_clean();
     return $r;
   }
 
@@ -200,7 +200,7 @@
     ob_start();
     require_once('form_decl_info.php');
     $r=ob_get_contents();
-    ob_clean();
+    ob_end_clean();
     return $r;
   }
 



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu



reply via email to

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