2008-11-10 Sancho Lerena <slerena@artica.es>
* include/funcions_db.php: Reference to inexistant table tagent_data_image has been deleted and fixed notice. * install.php: Fixed default var for homeurl. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1232 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
91c6613e35
commit
b42e8b0cd9
|
@ -1,3 +1,10 @@
|
||||||
|
2008-11-10 Sancho Lerena <slerena@artica.es>
|
||||||
|
|
||||||
|
* include/funcions_db.php: Reference to inexistant table
|
||||||
|
tagent_data_image has been deleted and fixed notice.
|
||||||
|
|
||||||
|
* install.php: Fixed default var for homeurl.
|
||||||
|
|
||||||
2008-11-08 Esteban Sanchez <estebans@artica.es>
|
2008-11-08 Esteban Sanchez <estebans@artica.es>
|
||||||
|
|
||||||
* godmode/reporting/reporting_builder.php: Fixed a notice using
|
* godmode/reporting/reporting_builder.php: Fixed a notice using
|
||||||
|
|
|
@ -2341,9 +2341,6 @@ function delete_agent ($id_agents) {
|
||||||
temp_sql_delete ("talerta_agente_modulo", "id_agente_modulo", $tmodbase);
|
temp_sql_delete ("talerta_agente_modulo", "id_agente_modulo", $tmodbase);
|
||||||
temp_sql_delete ("talerta_agente_modulo", "id_agent", $id_agent);
|
temp_sql_delete ("talerta_agente_modulo", "id_agent", $id_agent);
|
||||||
|
|
||||||
//Data image
|
|
||||||
temp_sql_delete ("tagent_data_image", "id_agent", $id_agent);
|
|
||||||
|
|
||||||
//Events (up/down monitors)
|
//Events (up/down monitors)
|
||||||
temp_sql_delete ("tevento", "id_agente", $id_agent);
|
temp_sql_delete ("tevento", "id_agente", $id_agent);
|
||||||
|
|
||||||
|
|
|
@ -323,7 +323,7 @@ function install_step3() {
|
||||||
<span class='f9b'>For example '/pandora_console'</span>
|
<span class='f9b'>For example '/pandora_console'</span>
|
||||||
</div>
|
</div>
|
||||||
<input class='login' type='text' name='url' style='width: 250px;'
|
<input class='login' type='text' name='url' style='width: 250px;'
|
||||||
value='".dirname ($_SERVER['PHP_SELF'])."'>
|
value='/pandora_console'>
|
||||||
|
|
||||||
<div align='right'>
|
<div align='right'>
|
||||||
<input type='image' src='images/arrow_next.png' value='Step #4' id='step4'>
|
<input type='image' src='images/arrow_next.png' value='Step #4' id='step4'>
|
||||||
|
|
Loading…
Reference in New Issue