Skip to content

Commit

Permalink
Update to 4.0.11
Browse files Browse the repository at this point in the history
Fix some little issues in the Update to 4.0.11
  • Loading branch information
renderpci committed Jun 3, 2016
1 parent c4e247c commit 043162d
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 9 deletions.
3 changes: 1 addition & 2 deletions inc/btn.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
date_default_timezone_set($myDateTimeZone);



#
# TEXT
$text = false;
Expand All @@ -15,7 +14,7 @@
}

# Text to show
$text = trim(stripslashes(urldecode($text)));
$text = trim(stripslashes(urldecode($text)));
$text = strip_tags($text, '');


Expand Down
2 changes: 1 addition & 1 deletion lib/dedalo/backup/class.backup.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
require_once( DEDALO_LIB_BASE_PATH . '/common/class.exec_.php');

abstract class backup {


/**
* INIT_BACKUP_SECUENCE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class component_security_tools extends component_common {
public static $ar_tools ;



# GET DATO : Format {"tool_indexation":"2","tool_upload":"2"}
public function get_dato() {
$dato = parent::get_dato();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ function __construct($tipo=null, $parent=null, $modo='edit', $lang=DEDALO_DATA_L
}//end __construct



/**
* FORCE_CHANGE_LANG
* If defined component_select_lang as related term of current component, the lag of the component
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ class tool_transcription extends tool_common {
# text component
protected $component_related_obj ;



public function __construct($component_obj, $modo='button') {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

# VISUALIZADOR HTML
$html = "\n<!-- TOOL TRANSCRIPTION PAGE [tipo:$tipo] -->";


#
# TOOL HEADER
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ var tool_transcription = new function() {
this.text_area_obj = null;
this.wrap_text_area = null;


/**
* READY
*/
Expand Down
1 change: 0 additions & 1 deletion lib/dedalo/tools/tool_transcription/tool_transcription.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
$file_name = $modo;



switch($modo) {

case 'button':
Expand Down

0 comments on commit 043162d

Please sign in to comment.