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:
slerena 2008-11-10 16:39:48 +00:00
parent 91c6613e35
commit b42e8b0cd9
3 changed files with 8 additions and 4 deletions

View File

@ -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>
* godmode/reporting/reporting_builder.php: Fixed a notice using

View File

@ -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_agent", $id_agent);
//Data image
temp_sql_delete ("tagent_data_image", "id_agent", $id_agent);
//Events (up/down monitors)
temp_sql_delete ("tevento", "id_agente", $id_agent);

View File

@ -323,7 +323,7 @@ function install_step3() {
<span class='f9b'>For example '/pandora_console'</span>
</div>
<input class='login' type='text' name='url' style='width: 250px;'
value='".dirname ($_SERVER['PHP_SELF'])."'>
value='/pandora_console'>
<div align='right'>
<input type='image' src='images/arrow_next.png' value='Step #4' id='step4'>